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-19 22:48:27 -08:00
..
client support client request's async body 2018-02-19 22:48:27 -08:00
middleware allow to set default content encoding on application level 2018-02-18 22:23:17 -08:00
server support client request's async body 2018-02-19 22:48:27 -08:00
ws support client request's async body 2018-02-19 22:48:27 -08:00
application.rs try to remove trailing slash for normalize path handler 2018-02-19 14:27:36 -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 support client request's async body 2018-02-19 22:48:27 -08: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 escape router pattern re 2018-02-19 14:57:57 -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 clone router with httprequest 2018-02-19 14:26:51 -08: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 no need for mut ref 2018-01-03 10:57:57 -08:00
lib.rs allow to set default content encoding on application level 2018-02-18 22:23:17 -08:00
multipart.rs refactor http client 2018-02-19 03:11:11 -08:00
param.rs refactor helper error types 2018-01-20 21:11:46 -08:00
payload.rs refactor h1 stream polling 2018-02-09 22:26:48 -08: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 optimize http message serialization 2018-02-19 17:21:04 -08:00
test.rs allow to pass different binary data 2018-02-19 20:03:57 -08:00