1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-20 08:31:09 +00:00
actix-web/actix-http/src
2019-07-17 11:44:39 +06:00
..
client cleanup deprecation warning for Box<dyn> 2019-07-17 11:44:39 +06:00
cookie drop chrono and use i64 for max age 2019-04-19 17:23:17 -07:00
encoding prepare actix-http release 2019-06-16 21:59:22 +06:00
h1 Add on-connect callback #946 2019-06-28 14:34:26 +06:00
h2 Add on-connect callback #946 2019-06-28 14:34:26 +06:00
header use custom headers map; more optimizations 2019-04-06 15:02:02 -07:00
ws Expose the max limit for payload sizes in Websocket Actors. #925 (#933) 2019-06-28 10:49:03 +06:00
body.rs body helpers 2019-06-01 17:57:25 +06:00
builder.rs Add on-connect callback #946 2019-06-28 14:34:26 +06:00
config.rs export set_date 2019-05-14 08:48:11 -07:00
error.rs awc: Fix typo on ResponseError documentation (#815) 2019-05-03 14:30:00 -07:00
extensions.rs Merge actix-http project 2019-03-26 11:54:35 -07:00
helpers.rs Add on-connect callback #946 2019-06-28 14:34:26 +06:00
httpcodes.rs Add builder function for HTTP 429 Too Many Requests status (#931) 2019-06-21 13:06:29 +06:00
httpmessage.rs Use encoding_rs crate instead of unmaintained encoding crate (#922) 2019-06-18 12:43:25 +06:00
lib.rs actix_http::encoding always available 2019-04-16 10:27:58 -07:00
message.rs Clean up response extensions in response pool #817 2019-05-03 15:26:34 -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 body helpers 2019-06-01 17:57:25 +06:00
service.rs Add on-connect callback #946 2019-06-28 14:34:26 +06:00
test.rs Expose peer addr via Request::peer_addr() and RequestHead::peer_addr 2019-04-16 09:54:02 -07:00