1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-11 04:32:28 +00:00
actix-web/src
2018-02-25 21:26:58 +03:00
..
client refactor and simplify content encoding 2018-02-25 11:43:00 +03:00
middleware do not use regset for route recognition 2018-02-21 14:31:22 -08:00
server refactor and simplify content encoding 2018-02-25 11:43:00 +03:00
ws Make payload and httprequest a stream 2018-02-25 11:21:45 +03:00
application.rs fix routes registration order 2018-02-22 05:48:18 -08:00
body.rs spelling check 2018-01-16 00:47:25 +03:00
context.rs use new actix api 2018-02-12 16:08:04 -08:00
error.rs add Read and AsyncRead impl to HttpRequest 2018-02-25 21:26:58 +03:00
fs.rs Avoid using Path to calculate URIs, because it doesn't do the right thing on Windows (#67) 2018-02-07 15:31:09 -06:00
handler.rs fix NormalizePath helper 2018-02-21 14:53:42 -08:00
helpers.rs optimize http message serialization 2018-02-19 17:21:04 -08:00
httpcodes.rs missing http codes 2018-01-31 12:34:58 -08:00
httprequest.rs add Read and AsyncRead impl to HttpRequest 2018-02-25 21:26:58 +03:00
httpresponse.rs allow to set default content encoding on application level 2018-02-18 22:23:17 -08:00
info.rs add HttpServer::server_hostname method 2017-12-26 14:36:03 -08:00
json.rs refactor payload related futures for HttpRequest 2018-02-25 20:34:26 +03:00
lib.rs refactor payload related futures for HttpRequest 2018-02-25 20:34:26 +03:00
multipart.rs refactor payload related futures for HttpRequest 2018-02-25 20:34:26 +03:00
param.rs refactor helper error types 2018-01-20 21:11:46 -08:00
payload.rs Make payload and httprequest a stream 2018-02-25 11:21:45 +03:00
pipeline.rs support client request's async body 2018-02-19 22:48:27 -08:00
pred.rs remove box from predicates 2017-12-20 13:23:50 -08:00
resource.rs spelling check 2018-01-16 00:47:25 +03:00
route.rs spelling check 2018-01-31 20:28:53 +03:00
router.rs fix routes registration order 2018-02-22 05:48:18 -08:00
test.rs better ergonomics for WsClient::client() 2018-02-24 08:14:21 +03:00