.. |
middleware
|
test for cors
|
2018-01-10 14:21:48 -08:00 |
ws
|
move websocket code to submodule
|
2018-01-10 11:13:29 -08:00 |
application.rs
|
add resource level middlewares support
|
2018-01-09 20:00:18 -08:00 |
body.rs
|
refactor http actor usage
|
2017-12-31 17:26:32 -08:00 |
channel.rs
|
update changelog
|
2018-01-03 23:59:12 -08:00 |
context.rs
|
create custom WebsocketContext for websocket connection
|
2018-01-10 10:12:34 -08:00 |
encoding.rs
|
encode returns result
|
2018-01-04 09:32:15 -08:00 |
error.rs
|
added helper future for reading request body
|
2018-01-03 09:23:58 -08:00 |
fs.rs
|
handle application prefix for handlers; use handler for StaticFiles
|
2018-01-02 15:23:31 -08:00 |
h1.rs
|
update changelog
|
2018-01-03 23:59:12 -08:00 |
h1writer.rs
|
* fix force_close
|
2018-01-03 18:21:34 -08:00 |
h2.rs
|
shutdown io streams before exit
|
2018-01-03 22:43:44 -08:00 |
h2writer.rs
|
* fix force_close
|
2018-01-03 18:21:34 -08:00 |
handler.rs
|
fix drain support for actor; make pattern more reusable
|
2018-01-02 23:43:17 -08:00 |
helpers.rs
|
fix content length serialization #33
|
2018-01-02 13:39:32 -08:00 |
httpcodes.rs
|
fix drain support for actor; make pattern more reusable
|
2018-01-02 23:43:17 -08:00 |
httprequest.rs
|
no need for mut ref
|
2018-01-03 10:57:57 -08:00 |
httpresponse.rs
|
complete cors implementation
|
2018-01-10 13:41: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
|
move websocket code to submodule
|
2018-01-10 11:13:29 -08:00 |
multipart.rs
|
multipart field is stream of bytes
|
2017-12-19 09:55:49 -08:00 |
param.rs
|
Param ctor is private
|
2017-12-27 19:19:28 -08:00 |
payload.rs
|
refactor http actor usage
|
2017-12-31 17:26:32 -08:00 |
pipeline.rs
|
refactor Middleware trait, use Result
|
2018-01-09 22:48:35 -08:00 |
pred.rs
|
remove box from predicates
|
2017-12-20 13:23:50 -08:00 |
resource.rs
|
add resource level middlewares support
|
2018-01-09 20:00:18 -08:00 |
route.rs
|
create custom WebsocketContext for websocket connection
|
2018-01-10 10:12:34 -08:00 |
router.rs
|
* fix force_close
|
2018-01-03 18:21:34 -08:00 |
server.rs
|
fix context poll
|
2018-01-07 17:13:49 -08:00 |
test.rs
|
add resource level middlewares support
|
2018-01-09 20:00:18 -08:00 |
worker.rs
|
use general context impl
|
2018-01-06 22:59:39 -08:00 |