1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
actix-extras/src
2018-02-09 17:20:28 -08:00
..
client add wsload tool; optimize ws frame parser 2018-02-09 17:20:28 -08:00
middleware spelling check 2018-01-31 20:28:53 +03:00
server fix back pressure for h1 import stream 2018-02-09 16:20:10 -08:00
ws add wsload tool; optimize ws frame parser 2018-02-09 17:20:28 -08:00
application.rs spelling check 2018-01-16 21:59:33 +03:00
body.rs spelling check 2018-01-16 00:47:25 +03:00
context.rs update actix 2018-01-31 12:57:02 -08:00
error.rs remove default impl for std error, it prevents use of Fail 2018-02-07 13:57:58 -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 spelling check 2018-01-16 21:59:33 +03:00
helpers.rs refactor shared bytes api 2018-01-14 17:00:28 -08:00
httpcodes.rs missing http codes 2018-01-31 12:34:58 -08:00
httprequest.rs add HttpRequest::uri_mut(), allows to modify request uri 2018-02-03 08:31:32 -08:00
httpresponse.rs add ClientRequest and ClientRequestBuilder 2018-01-29 11:45:33 -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 add wsload tool; optimize ws frame parser 2018-02-09 17:20:28 -08:00
multipart.rs complete impl for client request and response 2018-01-29 14:44:25 -08:00
param.rs refactor helper error types 2018-01-20 21:11:46 -08:00
payload.rs fix back pressure for h1 import stream 2018-02-09 16:20:10 -08:00
pipeline.rs spelling check 2018-01-31 20:28:53 +03: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 force_close 2018-01-03 18:21:34 -08:00
test.rs Disable signals in HttpServers started by the tests. (#69) 2018-02-08 14:55:47 -06:00