actix-web/awc/src
Rob Ede b1dfec2e87
align header map terminology
To prevent conflicts when migrating, this adds a new method to the
Responder trait that wraps in a CustomizeResponder instead of renaming
with_header to insert_header, like that which exists on HttpResponse.
This is overall a nicer, more explicit API.

Also alters the methods on DefaultHeaders middleware.
2021-12-13 05:10:54 +00:00
..
client remove `actix_http::http` module (#2488) 2021-12-05 14:37:20 +00:00
middleware remove `actix_http::http` module (#2488) 2021-12-05 14:37:20 +00:00
any_body.rs body ergonomics v3 (#2468) 2021-12-04 19:40:47 +00:00
builder.rs remove `actix_http::http` module (#2488) 2021-12-05 14:37:20 +00:00
connect.rs body ergonomics v3 (#2468) 2021-12-04 19:40:47 +00:00
error.rs remove `actix_http::http` module (#2488) 2021-12-05 14:37:20 +00:00
frozen.rs remove `actix_http::http` module (#2488) 2021-12-05 14:37:20 +00:00
lib.rs standardize crate level lints 2021-12-08 06:09:56 +00:00
request.rs align header map terminology 2021-12-13 05:10:54 +00:00
response.rs remove `actix_http::http` module (#2488) 2021-12-05 14:37:20 +00:00
sender.rs remove `actix_http::http` module (#2488) 2021-12-05 14:37:20 +00:00
test.rs align header map terminology 2021-12-13 05:10:54 +00:00
ws.rs remove `actix_http::http` module (#2488) 2021-12-05 14:37:20 +00:00