Rocket/examples
Liigo Zhuang 0af01abe5f Fix decoding of String form values.
@liigo originated a fix and found the problem in #82.
2016-12-31 01:06:22 -06:00
..
config Clean up config example. 2016-12-28 18:24:54 -06: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 Fix decoding of String form values. 2016-12-31 01:06:22 -06:00
from_request Minor code improvements via clippy. 2016-12-17 09:18:30 -08:00
handlebars_templates Properly resolve nested template names in contrib. 2016-12-24 14:03:56 -08: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 Add tests for optional_redirect example. 2016-12-29 12:41:51 -06:00
optional_result Add tests for optional_result example. 2016-12-28 21:05:15 -06:00
pastebin Sync pastebin example with tutorial. 2016-12-23 02:38:50 -08:00
query_params Add tests for query_params example. 2016-12-28 23:20:21 -06: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 Clarify todo example requirements. 2016-12-27 02:38:21 -06:00