Sean McArthur
3fa191a267
feat(request): add Request::body_mut() method
2018-02-24 12:16:25 -08:00
Sean McArthur
ee61ea9adf
feat(client): Client will retry requests on fresh connections
...
If a request sees an error on a pooled connection before ever writing
any bytes, it will now retry with a new connection.
This can be configured with `Config::retry_canceled_requests(bool)`.
2018-02-15 12:04:58 -08:00
Sean McArthur
fa7f4377c1
fix(server): add remote_addr back to Request when using Http::bind
...
The `Request::remote_addr()` method has been deprecated.
Closes #1410
2018-01-08 10:04:01 -08:00
Sean McArthur
8bf7964875
fix(server): GET requests with no body have None instead of Empty
...
Closes #1373
2017-11-14 11:52:29 -08:00
Sean McArthur
9c80fdbb9e
refactor(lib): rename http_types to http
2017-09-29 18:12:55 -07:00
Sean McArthur
5027435791
refactor(lib): rename internal http module to proto
2017-09-28 18:28:44 -07:00