1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-24 16:32:59 +01:00
actix-web/src
2018-02-08 17:13:56 -08:00
..
client more actix compatibility 2018-02-08 17:13:56 -08:00
middleware spelling check 2018-01-31 20:28:53 +03:00
server actix compatibility 2018-02-08 17:08:57 -08:00
ws update actix 2018-01-31 12:57:02 -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 client ssl support 2018-01-30 11:17:17 -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 stop http context immediately 2018-01-24 20:17:14 -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