| .. |
|
client
|
do not store cookies on client response
|
2018-06-24 22:21:04 +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 http response pool
|
2018-06-25 09:08:28 +06:00 |
|
ws
|
remove unsafe from mask
|
2018-06-23 11:51:02 +06:00 |
|
application.rs
|
simplify http response pool
|
2018-06-25 09:08:28 +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
|
simplify http response pool
|
2018-06-25 09:08:28 +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
|
update comments
|
2018-06-24 22:27:30 +06: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
|
simplify http response pool
|
2018-06-25 09:08:28 +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
|
update comments
|
2018-06-24 22:27:30 +06:00 |
|
with.rs
|
remove unneeded UnsafeCell
|
2018-06-21 23:21:28 +06:00 |