.. |
config
|
Change the type for port to u16 in config.
|
2017-01-09 16:48:27 -08:00 |
data
|
Expose DataStream directly to allow for stream composition.
|
2017-01-05 15:13:13 -06:00 |
http
|
Add Header methods to get name and value as strs.
|
2017-01-06 01:03:08 -06:00 |
request
|
Fix decoding of String form values.
|
2016-12-31 01:06:22 -06:00 |
response
|
Remove unnecessary fields in Redirect Response.
|
2017-01-06 00:42:10 -06:00 |
router
|
Properly resolve dynamic segments, take 2.
|
2016-12-30 23:51:23 -06:00 |
catcher.rs
|
Rework Request: add lifetime to future proof, remove unsafe.
|
2016-12-16 03:07:23 -08:00 |
codegen.rs
|
Namespace HTTP-related type under `http`.
|
2016-10-03 17:09:13 -07:00 |
error.rs
|
Document the Error type.
|
2016-11-03 19:00:52 +01:00 |
ext.rs
|
Minor code improvements via clippy.
|
2016-12-17 09:18:30 -08:00 |
handler.rs
|
Document Config. Cleaner lib/handler docs.
|
2016-12-19 16:51:59 -08:00 |
lib.rs
|
Treat header names as case-preserving in HeaderMap.
|
2017-01-02 21:33:36 -06:00 |
logger.rs
|
Hide all of the logger macros, for now.
|
2016-11-04 15:38:06 +01:00 |
outcome.rs
|
Fix typo in Outcome formatting: Succcess -> Success.
|
2016-12-25 21:37:06 -06:00 |
rocket.rs
|
Change the type for port to u16 in config.
|
2017-01-09 16:48:27 -08:00 |
testing.rs
|
Document default FromParam impls.
|
2016-12-23 02:39:34 -08:00 |