1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-25 08:52:42 +01:00
actix-web/src
2018-02-15 22:02:03 -08:00
..
client fix doc test 2018-02-13 07:50:49 -08:00
middleware spelling check 2018-01-31 20:28:53 +03:00
server do not stop accept thread on error 2018-02-15 22:02:03 -08:00
ws use newer api 2018-02-12 22:56:47 -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 use new actix api 2018-02-12 16:08:04 -08:00
error.rs consistently use #[cause] and display causing errors (#73) 2018-02-12 23:55:44 -06: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 simplify HttpServer::start_tls() method 2018-02-10 11:34:54 -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 refactor h1 stream polling 2018-02-09 22:26:48 -08:00
pipeline.rs use new actix api 2018-02-12 16:08:04 -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 force_close 2018-01-03 18:21:34 -08:00
test.rs use newer api 2018-02-12 22:56:47 -08:00