1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-22 01:44:20 +00:00
actix-web/src
2019-02-12 09:55:29 -08:00
..
client use non mutable self for HttpMessage::payload() for ergonomic reasons 2019-02-07 19:26:12 -08:00
h1 fix test 2019-02-09 21:32:44 -08:00
h2 remove Clone constraint from handler service 2019-02-09 20:27:39 -08:00
header add headers from actix-web 2019-02-07 13:24:24 -08:00
service add h1/h2 payload 2019-02-07 13:39:15 -08:00
ws migrate to actix-service 0.2 2019-02-01 20:18:44 -08:00
body.rs add h2 server support 2019-02-06 11:44:15 -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 fix warns 2019-02-07 19:53:48 -08:00
json.rs fix warns 2019-02-07 19:53:48 -08:00
lib.rs export Payload type 2019-02-12 09:55:29 -08:00
message.rs simplify Message type 2019-02-09 10:33:49 -08:00
payload.rs add h1/h2 payload 2019-02-07 13:39:15 -08:00
request.rs remove Clone constraint from handler service 2019-02-09 20:27:39 -08:00
response.rs simplify Message api 2019-02-07 21:19:10 -08:00
test.rs simplify Message api 2019-02-07 21:19:10 -08:00