1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-21 17:33:59 +00:00
actix-web/src
2018-03-06 15:28:31 -07:00
..
client Merge branch 'master' into feature/allow_connection_timeout_to_be_set 2018-03-06 15:28:31 -07:00
header update tests for stable compiler 2018-03-06 07:56:43 -08:00
middleware add csrf filter middleware 2018-03-02 20:13:43 +01:00
server give a url in the log when starting 2018-03-06 20:37:18 +01:00
ws websockets text() is more generic 2018-03-04 10:18:42 -08:00
application.rs rename httpcodes 2018-03-01 19:12:59 -08:00
body.rs Allow to use Arc<Vec<u8>> as response/request body 2018-03-04 10:33:18 -08:00
context.rs mark context as modified after writing data 2018-02-27 18:05:06 -08:00
error.rs move headers to separate module; allow custom HeaderValue conversion 2018-03-05 16:45:54 -08:00
fs.rs port hyper header 2018-03-06 00:43:25 -08:00
handler.rs rename httpcodes 2018-03-01 19:12:59 -08:00
helpers.rs unify headers and body processing for client response and server request 2018-02-27 15:03:28 -08:00
httpcodes.rs rename httpcodes 2018-03-01 19:12:59 -08:00
httpmessage.rs port hyper header 2018-03-06 00:43:25 -08:00
httprequest.rs make HttpRequest::match_info_mut() public 2018-03-02 20:40:08 -08:00
httpresponse.rs port hyper header 2018-03-06 00:43:25 -08:00
info.rs unify headers and body processing for client response and server request 2018-02-27 15:03:28 -08:00
json.rs rename httpcodes 2018-03-01 19:12:59 -08:00
lib.rs Fix compression #103 and #104 2018-03-06 11:02:03 -08:00
multipart.rs clippy warnings 2018-02-26 14:33:56 -08:00
param.rs refactor helper error types 2018-01-20 21:11:46 -08:00
payload.rs Fix disconnect on idle connections 2018-03-02 20:47:23 -08:00
pipeline.rs update tests 2018-03-02 22:08:56 -08:00
pred.rs rename httpcodes 2018-03-01 19:12:59 -08:00
resource.rs rename .p to a .filter 2018-03-01 18:42:50 -08:00
route.rs rename httpcodes 2018-03-01 19:12:59 -08:00
router.rs add Pattern::with_prefix, make it usable outside of actix 2018-03-02 20:39:22 -08:00
test.rs port hyper header 2018-03-06 00:43:25 -08:00