.. |
middlewares
|
renamed Route::handler to Route::f, added Route::h to register Handler
|
2017-12-04 14:07:53 -08:00 |
application.rs
|
rename async to a
|
2017-12-04 16:09:22 -08:00 |
body.rs
|
refactor streaming responses
|
2017-11-30 14:42:20 -08:00 |
channel.rs
|
export and simplify HttpHandler trait
|
2017-11-29 13:53:52 -08:00 |
context.rs
|
refactor pipeline
|
2017-12-01 15:45:15 -08:00 |
date.rs
|
add response content encoding
|
2017-11-08 16:44:46 -08:00 |
dev.rs
|
use Route for Applicaiton handlers
|
2017-12-04 14:53:40 -08:00 |
encoding.rs
|
refactor streaming responses
|
2017-11-30 14:42:20 -08:00 |
error.rs
|
added fs tests
|
2017-12-03 18:15:09 -08:00 |
fs.rs
|
use Route for Applicaiton handlers
|
2017-12-04 14:53:40 -08:00 |
h1.rs
|
added FromParam trait for path segment conversions, FramParam impl for PathBuf
|
2017-12-02 10:18:54 -08:00 |
h1writer.rs
|
refactor logger middleware
|
2017-11-10 12:29:54 -08:00 |
h2.rs
|
use http::Uri for uri parsing
|
2017-11-30 19:01:25 -08:00 |
h2writer.rs
|
refactor logger middleware
|
2017-11-10 12:29:54 -08:00 |
handler.rs
|
use Route for Applicaiton handlers
|
2017-12-04 14:53:40 -08:00 |
httpcodes.rs
|
use Route for Applicaiton handlers
|
2017-12-04 14:53:40 -08:00 |
httprequest.rs
|
introduce custom FromRequest traint for conversion into Reply
|
2017-12-02 16:37:21 -08:00 |
httpresponse.rs
|
use Route for Applicaiton handlers
|
2017-12-04 14:53:40 -08:00 |
lib.rs
|
rename async to a
|
2017-12-04 16:09:22 -08:00 |
multipart.rs
|
refactor pipeline
|
2017-12-01 15:45:15 -08:00 |
payload.rs
|
add deref for payload item
|
2017-11-28 19:51:39 -08:00 |
pipeline.rs
|
use Route for Applicaiton handlers
|
2017-12-04 14:53:40 -08:00 |
pred.rs
|
introduce route predicates
|
2017-12-04 13:32:05 -08:00 |
recognizer.rs
|
drop tail path pattern
|
2017-12-04 13:34:55 -08:00 |
resource.rs
|
rename async to a
|
2017-12-04 16:09:22 -08:00 |
route.rs
|
rename async to a
|
2017-12-04 16:09:22 -08:00 |
server.rs
|
make remote addr available to http request
|
2017-11-10 13:08:15 -08:00 |
ws.rs
|
use Route for Applicaiton handlers
|
2017-12-04 14:53:40 -08:00 |
wsframe.rs
|
payload error tests
|
2017-10-23 14:08:11 -07:00 |
wsproto.rs
|
refactor error handling
|
2017-11-15 20:06:28 -10:00 |