Commit cf1e3ef
authored
Added homepage, docs, and repo to Cargo files (aws#6)
* Updated header values for provided runtime and switched to ms time remaining
* Fixed issue with deadline not being set in context and switched to realtime clock to get correct epoch
* Removed libc dependency and switched to chrono for deadline calculation
* Fixed docs example not to import HttpRuntimeClient
* New error reporting method with correct content type and error type header.
* Two fixes to honor max retries in the get_next_event method and call the error_reponse rather than init_fail when an error is thrown after the call to /next
* Added homepage, docs, and repo to Cargo files1 parent b787b70 commit cf1e3ef
2 files changed
+8
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
17 | | - | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | | - | |
| 32 | + | |
0 commit comments