1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-12 02:09:36 +00:00
actix-web/actix-http/src
Rob Ede dd8692e000
add send error response state
add changelog

add send error response state

remove comment
2022-07-24 15:27:54 +01:00
..
body address clippy lints 2022-06-27 03:12:36 +01:00
encoding retain previously set vary headers when using compress (#2798) 2022-06-30 09:19:16 +01:00
h1 add send error response state 2022-07-24 15:27:54 +01:00
h2 remove unwindsafe assertions 2022-07-24 02:47:12 +01:00
header appease clippy by deriving Eq on a bunch of items (#2818) 2022-07-23 16:26:48 +01:00
requests fix request head timeout (#2611) 2022-01-31 17:30:34 +00:00
responses address clippy lints 2022-06-27 03:12:36 +01:00
ws appease clippy by deriving Eq on a bunch of items (#2818) 2022-07-23 16:26:48 +01:00
builder.rs add ws and http2 feature flags (#2618) 2022-01-31 21:22:23 +00:00
config.rs RC refinements (#2625) 2022-02-04 20:37:33 +00:00
date.rs fix request head timeout (#2611) 2022-01-31 17:30:34 +00:00
error.rs appease clippy by deriving Eq on a bunch of items (#2818) 2022-07-23 16:26:48 +01:00
extensions.rs Remove extensions from head (#2487) 2021-12-08 22:58:50 +00:00
helpers.rs use camel case in special headers 2022-01-21 20:15:43 +00:00
http_message.rs add ws and http2 feature flags (#2618) 2022-01-31 21:22:23 +00:00
keep_alive.rs add ws and http2 feature flags (#2618) 2022-01-31 21:22:23 +00:00
lib.rs Expose option for setting TLS handshake timeout (#2752) 2022-06-27 02:57:21 +00:00
message.rs appease clippy by deriving Eq on a bunch of items (#2818) 2022-07-23 16:26:48 +01:00
notify_on_drop.rs fix request head timeout (#2611) 2022-01-31 17:30:34 +00:00
payload.rs remove unwindsafe assertions 2022-07-24 02:47:12 +01:00
service.rs Expose option for setting TLS handshake timeout (#2752) 2022-06-27 02:57:21 +00:00
test.rs remove -http TestRequest doc test 2022-03-28 22:44:32 +01:00