1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-10 20:22:07 +00:00
actix-web/src
2018-06-24 10:30:58 +06:00
..
client simplify write buffer 2018-06-24 10:30:58 +06:00
header various cleanups and comments 2018-06-20 01:27:41 +06:00
middleware Use Box::leak for dynamic param names 2018-06-23 09:57:03 +06:00
server simplify write buffer 2018-06-24 10:30:58 +06:00
ws remove unsafe from mask 2018-06-23 11:51:02 +06:00
application.rs use read only self for Middleware 2018-06-21 23:06:23 +06:00
body.rs Add missing API docs 2018-06-02 15:52:50 +02:00
context.rs remove Context::actor() method 2018-06-17 03:10:44 +06:00
de.rs refactor route matching 2018-06-19 16:45:26 +06:00
error.rs clippy warning 2018-06-21 11:49:36 +06:00
extensions.rs remove unnecessary unsafes 2018-06-23 10:29:23 +06:00
extractor.rs update tests 2018-06-21 12:04:00 +06:00
fs.rs simplify write buffer 2018-06-24 10:30:58 +06:00
handler.rs Handler::handle uses &self instead of mutabble reference 2018-06-21 17:07:54 +06:00
helpers.rs use read only self for Middleware 2018-06-21 23:06:23 +06:00
httpcodes.rs Add missing API docs 2018-06-02 15:52:50 +02:00
httpmessage.rs cleanup more code 2018-06-20 00:36:32 +06:00
httprequest.rs Changes a leaked box into an Rc<String> and makes resource() return an Option (#343) 2018-06-23 08:16:52 +02:00
httpresponse.rs switch to actix master 2018-06-21 13:34:36 +06:00
info.rs do not use references in ConnectionInfo 2018-06-18 00:01:41 +06:00
json.rs use read only self for Middleware 2018-06-21 23:06:23 +06:00
lib.rs Use Box::leak for dynamic param names 2018-06-23 09:57:03 +06:00
multipart.rs Fix some unsoundness 2018-06-20 10:53:18 +02:00
param.rs Changes a leaked box into an Rc<String> and makes resource() return an Option (#343) 2018-06-23 08:16:52 +02:00
payload.rs migrate to tokio 2018-05-24 21:03:16 -07:00
pipeline.rs fix alpn connector 2018-06-23 17:59:45 +06:00
pred.rs add Host predicate 2018-06-07 20:00:54 -07:00
resource.rs use read only self for Middleware 2018-06-21 23:06:23 +06:00
route.rs remove unneeded UnsafeCell 2018-06-21 23:21:28 +06:00
router.rs Changes a leaked box into an Rc<String> and makes resource() return an Option (#343) 2018-06-23 08:16:52 +02:00
scope.rs remove unneeded UnsafeCell 2018-06-21 23:21:28 +06:00
test.rs remove unneeded UnsafeCell 2018-06-21 23:21:28 +06:00
uri.rs cleanup more code 2018-06-20 00:36:32 +06:00
with.rs remove unneeded UnsafeCell 2018-06-21 23:21:28 +06:00