.. |
middleware
|
add Cors::register method
|
2018-01-11 11:14:18 -08:00 |
server
|
move encoding to server
|
2018-01-11 18:41:33 -08:00 |
ws
|
rename payload
|
2018-01-10 20:08:13 -08:00 |
application.rs
|
move server protocol impl to submodule
|
2018-01-11 18:35:05 -08:00 |
body.rs
|
cleanup Binary type; more cors tests
|
2018-01-10 15:28:33 -08:00 |
context.rs
|
rename payload
|
2018-01-10 20:08:13 -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 |
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
|
add Cors::register method
|
2018-01-11 11:14:18 -08:00 |
httprequest.rs
|
no need for mut ref
|
2018-01-03 10:57:57 -08:00 |
httpresponse.rs
|
move encoding to server
|
2018-01-11 18: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 encoding to server
|
2018-01-11 18:41:33 -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
|
travis config
|
2018-01-10 21:02:28 -08:00 |
pipeline.rs
|
move server protocol impl to submodule
|
2018-01-11 18:35:05 -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 |
test.rs
|
move server protocol impl to submodule
|
2018-01-11 18:35:05 -08:00 |