Rocket/examples
Sergio Benitez d843e8354c Use handlebars so that message is escaped in cookies example. 2016-11-04 15:33:58 +01:00
..
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 Fix examples for updates Redirect API. 2016-11-03 19:09:08 +01:00
from_request Remove RequestOutcome, ResponseOutcome in favor of Outcome. Remove Failure response type. 2016-10-25 11:17:49 +02: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 Add tests to the hello_world, helllo_ranks, and hello_person examples. 2016-10-17 15:14:57 -07:00
hello_ranks Add tests to the hello_world, helllo_ranks, and hello_person examples. 2016-10-17 15:14:57 -07:00
hello_world Add tests to the hello_world, helllo_ranks, and hello_person examples. 2016-10-17 15:14:57 -07:00
json Remove non-streaming requests. Use streaming requests everywhere. 2016-10-12 00:14:42 -07:00
manual_routes Use Outcome as the result of all fallible conversions. 2016-10-13 18:39:23 -07: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
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 Return a 404 when a file isn't found. 2016-11-02 17:47:00 +01:00
stream Rename `data` to `content` in `response`. Remove `DataOutcome`. 2016-10-25 13:03:50 +02:00
testing Implement a small testing framework in the 'testing' module. 2016-10-16 03:16:16 -07:00
todo Use FlashMessage in todo example. 2016-11-02 18:49:06 +01:00