1
0
mirror of https://github.com/actix/actix-website synced 2025-06-27 15:39:02 +02:00
Commit Graph

10 Commits

Author SHA1 Message Date
81dfe300a2 update examples to v4 (#258) 2022-02-26 03:56:24 +00:00
cdbb5dd2b2 use Bytes re-export
closes #202
2020-11-27 01:10:05 +00:00
4d8d53cea5 v3 (#188) 2020-09-12 16:21:54 +01:00
b43bbd2b51 Fix logic bug in streaming request example
Previously the example printed "Chunk: {}" once after the entire
response was received, but the accompanying text read "we read and print
the request payload chunk by chunk".

The example now prints every chunk as it was received.
2020-03-01 15:26:05 -05:00
e9b3985bcf Suppress some warnings on CI (#143)
* Suppress some warnings on CI

* Remove unused imports
2020-01-23 10:17:13 +09:00
4f2f930349 Update requests 2019-12-29 02:32:47 +09:00
0ff37e7454 Add dyn keyword to get rid of some warnings 2019-07-29 12:44:00 +02:00
d7d4392d87 Requests is done-ish. 2019-06-26 01:27:17 -04:00
4f9bd8b724 moves individual examples to pub mods to force building and have less dead_code 2019-06-19 00:20:50 -04:00
507842bf1c First pass at Requests Chapter. 2019-06-17 14:34:23 -04:00