1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-11-18 07:35:36 +00:00
actix-web/actix-http/src
2021-03-07 21:23:42 +00:00
..
body pool doc nits (#1999) 2021-02-16 09:08:30 +00:00
client use iota for more content-length insertions (#2050) 2021-03-07 19:29:02 +00:00
encoding improve body size docs 2021-02-15 11:24:46 +00:00
h1 remove localwaker from h1::payload (#2051) 2021-03-07 21:23:42 +00:00
h2 use iota for more content-length insertions (#2050) 2021-03-07 19:29:02 +00:00
header Use once_cell instead of lazy_static (#2029) 2021-02-27 21:55:50 +00:00
ws make actix_http::ws::Codec::new const (#2043) 2021-03-04 19:19:01 +00:00
builder.rs improve code readability 2021-01-04 00:49:02 +00:00
config.rs fix notify on drop (#1987) 2021-02-13 04:23:37 +00:00
error.rs actix-http-test: minimize features of dependencies (#2019) 2021-02-22 12:00:08 +00:00
extensions.rs return option item from Extensions::insert (#1904) 2021-01-15 04:22:42 +00:00
helpers.rs remove deprecated on_connect methods (#1857) 2020-12-27 23:23:30 +00:00
http_codes.rs add 431 and 451 status codes 2021-02-11 22:58:40 +00:00
http_message.rs optional cookies features (#1981) 2021-02-13 15:08:43 +00:00
lib.rs optional cookies features (#1981) 2021-02-13 15:08:43 +00:00
macros.rs fix CI clippy warnings (#1664) 2020-09-10 14:46:35 +01:00
message.rs add time parser year shift tests 2021-02-12 00:15:25 +00:00
payload.rs cleanup imports 2019-12-13 11:24:57 +06:00
request.rs change rustfmt line width to 96 2021-02-11 23:03:17 +00:00
response.rs use iota for more content-length insertions (#2050) 2021-03-07 19:29:02 +00:00
service.rs pin h2 to 0.3.0 2021-02-27 19:57:09 +00:00
test.rs optional cookies features (#1981) 2021-02-13 15:08:43 +00:00
time_parser.rs add time parser year shift tests 2021-02-12 00:15:25 +00:00