..
client
docs(client): Minor formatting and spelling fixes in module docs
2018-04-07 17:00:57 +02:00
header
simplify http response construction; deprecate httpcodes
2018-03-30 23:07:33 -07:00
middleware
clippy warns
2018-04-04 20:24:09 -07:00
server
update tests
2018-04-06 09:45:10 -07:00
ws
clippy warns
2018-04-04 20:24:09 -07:00
application.rs
docs(application): Formatting & spelling fixes in module docs
2018-04-07 17:19:11 +02:00
body.rs
clippy warns
2018-04-04 20:24:09 -07:00
context.rs
update doc strings
2018-03-29 15:00:18 -07:00
de.rs
add extractor for Binary type; move all extractors to separate module
2018-04-02 14:55:42 -07:00
error.rs
add String and Bytes extractor
2018-04-02 16:19:18 -07:00
extractor.rs
update doc strings for extractors
2018-04-06 10:24:57 -07:00
fs.rs
simplify StaticFiles
2018-04-06 19:34:55 -07:00
handler.rs
added extractor configuration
2018-04-03 22:06:18 -07:00
helpers.rs
rename Application
2018-03-31 00:16:55 -07:00
httpcodes.rs
simplify http response construction; deprecate httpcodes
2018-03-30 23:07:33 -07:00
httpmessage.rs
add extractor for Binary type; move all extractors to separate module
2018-04-02 14:55:42 -07:00
httprequest.rs
added extractor configuration
2018-04-03 22:06:18 -07:00
httpresponse.rs
use build_response method
2018-04-03 17:37:17 -07:00
info.rs
spelling check
2018-03-24 09:35:52 +03:00
json.rs
update doc strings for extractors
2018-04-06 10:24:57 -07:00
lib.rs
docs(lib): Add a note about getting started with the API docs
2018-04-07 17:27:53 +02:00
multipart.rs
use unreachable instead of panic
2018-03-29 15:55:27 -07:00
param.rs
allow primitive types for Path extractor
2018-03-31 17:12:08 -07:00
payload.rs
add path and query extractors
2018-03-26 15:58:30 -07:00
pipeline.rs
match resource path before executing middlewares
2018-04-02 10:27:37 -07:00
pred.rs
add extractors info to guide
2018-03-31 09:18:25 -07:00
resource.rs
added extractor configuration
2018-04-03 22:06:18 -07:00
route.rs
App::route method
2018-04-06 21:18:42 -07:00
router.rs
match resource path before executing middlewares
2018-04-02 10:27:37 -07:00
test.rs
added extractor configuration
2018-04-03 22:06:18 -07:00
with.rs
added extractor configuration
2018-04-03 22:06:18 -07:00