1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-02 03:55:48 +00:00
actix-web/actix-http/src
2019-05-02 09:30:00 -07:00
..
client Fix http client pool and wait queue management 2019-04-23 14:57:03 -07:00
cookie drop chrono and use i64 for max age 2019-04-19 17:23:17 -07:00
encoding add h1::SendResponse future; renamed to MessageBody::size 2019-04-10 12:24:17 -07:00
h1 fix case for transfer-encoding header name 2019-05-02 09:30:00 -07:00
h2 Expose peer addr via Request::peer_addr() and RequestHead::peer_addr 2019-04-16 09:54:02 -07:00
header use custom headers map; more optimizations 2019-04-06 15:02:02 -07:00
ws ws verifyciation takes RequestHead; add SendError utility service 2019-04-11 14:00:32 -07:00
body.rs add h1::SendResponse future; renamed to MessageBody::size 2019-04-10 12:24:17 -07:00
builder.rs add upgrade service support to h1 dispatcher 2019-04-08 17:51:14 -07:00
config.rs Merge actix-http project 2019-03-26 11:54:35 -07:00
error.rs custom future for SendError service 2019-04-11 15:12:23 -07:00
extensions.rs Merge actix-http project 2019-03-26 11:54:35 -07:00
helpers.rs Fix body propagation in Response::from_error. #760 2019-04-10 12:43:31 -07:00
httpcodes.rs add 422 to httpcodes.rs (#782) 2019-04-15 16:55:06 -07:00
httpmessage.rs use custom headers map; more optimizations 2019-04-06 15:02:02 -07:00
lib.rs actix_http::encoding always available 2019-04-16 10:27:58 -07:00
message.rs add tests for camel case headers rendering 2019-04-24 11:27:57 -07:00
payload.rs Remove generic type for request payload, always use default 2019-04-13 14:50:54 -07:00
request.rs more tests 2019-04-17 17:48:25 -07:00
response.rs drop chrono and use i64 for max age 2019-04-19 17:23:17 -07:00
service.rs Expose peer addr via Request::peer_addr() and RequestHead::peer_addr 2019-04-16 09:54:02 -07:00
test.rs Expose peer addr via Request::peer_addr() and RequestHead::peer_addr 2019-04-16 09:54:02 -07:00