1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 16:02:59 +01:00
actix-extras/src
2018-06-23 12:40:21 +06:00
..
client refactor client connector waiters maintenance 2018-06-23 12:40:21 +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 refactor h1decoder 2018-06-23 12:28:55 +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 use read only self for Middleware 2018-06-21 23:06:23 +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 cleanup more code 2018-06-20 00:36:32 +06: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 Use Box::leak for dynamic param names 2018-06-23 09:57:03 +06:00
payload.rs migrate to tokio 2018-05-24 21:03:16 -07:00
pipeline.rs cleanup srver pipeline 2018-06-21 23:51:25 +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 Use Box::leak for dynamic param names 2018-06-23 09:57:03 +06: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