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-17 00:38:54 +00:00
..
body pool doc nits (#1999) 2021-02-16 09:08:30 +00:00
client import some traits as _ 2021-03-17 00:38:54 +00:00
encoding improve body size docs 2021-02-15 11:24:46 +00:00
h1 Remove ConnectionLifetime trait. Simplify Acquired handling (#2072) 2021-03-16 02:56:23 +00:00
h2 import some traits as _ 2021-03-17 00:38:54 +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 refactor actix_http::helpers to generic over bufmut trait (#2069) 2021-03-15 02:33:51 +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 json method receives plain serialize (#2052) 2021-03-07 22:11:39 +00:00
service.rs import some traits as _ 2021-03-17 00:38:54 +00:00
test.rs optional cookies features (#1981) 2021-02-13 15:08:43 +00:00
time_parser.rs import some traits as _ 2021-03-17 00:38:54 +00:00