.. |
config
|
Add `config::get()`, for global config access. Use it for `Template`.
|
2016-10-14 18:57:36 -07:00 |
content_types
|
Rename `data` to `content` in `response`. Remove `DataOutcome`.
|
2016-10-25 13:03:50 +02:00 |
cookies
|
Use handlebars so that message is escaped in cookies example.
|
2016-11-04 15:33:58 +01:00 |
errors
|
Make the `uri` parameter in Request private.
|
2016-10-06 00:08:00 -07:00 |
extended_validation
|
Fix examples for updates Redirect API.
|
2016-11-03 19:09:08 +01:00 |
form_kitchen_sink
|
Remove non-streaming requests. Use streaming requests everywhere.
|
2016-10-12 00:14:42 -07:00 |
forms
|
Minor code improvements via clippy.
|
2016-12-17 09:18:30 -08:00 |
from_request
|
Minor code improvements via clippy.
|
2016-12-17 09:18:30 -08:00 |
handlebars_templates
|
Updates for latest nightly. Use Tera from main branch.
|
2016-10-08 19:27:33 -07:00 |
hello_alt_methods
|
Implement streaming requests.
|
2016-10-09 04:29:02 -07:00 |
hello_person
|
Adds tests for JSON example. Emit warning from JSON FromData.
|
2016-12-21 22:56:58 -08:00 |
hello_ranks
|
Minor code improvements via clippy.
|
2016-12-17 09:18:30 -08:00 |
hello_world
|
Minor code improvements via clippy.
|
2016-12-17 09:18:30 -08:00 |
json
|
Adds tests for JSON example. Emit warning from JSON FromData.
|
2016-12-21 22:56:58 -08:00 |
manual_routes
|
Rework Request: add lifetime to future proof, remove unsafe.
|
2016-12-16 03:07:23 -08:00 |
optional_redirect
|
Use move builder pattern to launch Rocket apps.
|
2016-10-03 19:48:33 -07:00 |
optional_result
|
Use move builder pattern to launch Rocket apps.
|
2016-10-03 19:48:33 -07:00 |
pastebin
|
Sync pastebin example with tutorial.
|
2016-12-23 02:38:50 -08:00 |
query_params
|
Use move builder pattern to launch Rocket apps.
|
2016-10-03 19:48:33 -07:00 |
raw_upload
|
Move the data module into the top-level namespace.
|
2016-10-25 13:24:07 +02:00 |
redirect
|
Use move builder pattern to launch Rocket apps.
|
2016-10-03 19:48:33 -07:00 |
static_files
|
New HTTP types: ContentType, Status. Responder/Handler/ErrorHandler changed.
|
2016-12-15 00:47:31 -08:00 |
stream
|
Rename `data` to `content` in `response`. Remove `DataOutcome`.
|
2016-10-25 13:03:50 +02:00 |
testing
|
Sync testing exmaple with guide.
|
2016-12-23 02:39:10 -08:00 |
todo
|
Updated dependency versions.
|
2016-12-09 20:14:49 -08:00 |