1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-25 00:43:00 +01:00
actix-web/src
2019-03-02 21:22:01 -08:00
..
client fix chunked transfer encoding handling 2019-02-18 20:24:50 -08:00
h1 use new new service api 2019-02-22 14:21:35 -08:00
h2 use new new service api 2019-02-22 14:21:35 -08:00
header add IntoFuture impl for Response and ResponseBuilder 2019-03-02 21:22:01 -08:00
service use new new service api 2019-02-22 14:21:35 -08:00
ws use new new service api 2019-02-22 14:21:35 -08:00
body.rs fix chunked transfer encoding handling 2019-02-18 20:24:50 -08:00
config.rs add h2 server support 2019-02-06 11:44:15 -08:00
error.rs add ErrorResponse impl for TimeoutError 2019-02-11 09:54:41 -08:00
extensions.rs add Extensions::contains method 2019-02-09 10:45:35 -08:00
helpers.rs refactor types 2018-10-04 20:02:10 -07:00
httpcodes.rs simplify payload api; add missing http error helper functions 2019-02-07 11:37:33 -08:00
httpmessage.rs refactor payload handling 2019-02-13 13:52:11 -08:00
json.rs refactor payload handling 2019-02-13 13:52:11 -08:00
lib.rs add Response::map_body 2019-02-18 17:01:35 -08:00
message.rs fix chunked transfer encoding handling 2019-02-18 20:24:50 -08:00
payload.rs add Payload::take method 2019-03-02 18:37:09 -08:00
request.rs refactor payload handling 2019-02-13 13:52:11 -08:00
response.rs add IntoFuture impl for Response and ResponseBuilder 2019-03-02 21:22:01 -08:00
test.rs TestRequest::take public 2019-03-02 16:04:43 -08:00