Rocket/examples
Sergio Benitez f5ec470a7d Use the `RawStr` type for raw parameter strings.
This is a breaking change.

The `&str` type no longer implements `FromParam`. The `&RawStr` type
should be used in its place.
2017-03-31 00:18:58 -07:00
..
config Return a `LaunchError` from `launch` when launching fails. 2017-03-15 22:10:09 -07:00
content_types Initial implementation of content negotiation via `Accept`. 2017-03-29 04:08:53 -07:00
cookies Return a `LaunchError` from `launch` when launching fails. 2017-03-15 22:10:09 -07:00
errors Use the `RawStr` type for raw parameter strings. 2017-03-31 00:18:58 -07:00
extended_validation Use the `RawStr` type for raw parameter strings. 2017-03-31 00:18:58 -07:00
form_kitchen_sink Use the `RawStr` type for all form raw strings. 2017-03-30 23:06:53 -07:00
forms Use the `RawStr` type for all form raw strings. 2017-03-30 23:06:53 -07:00
from_request Return a `LaunchError` from `launch` when launching fails. 2017-03-15 22:10:09 -07:00
handlebars_templates Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00
hello_alt_methods Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00
hello_person Use the `RawStr` type for raw parameter strings. 2017-03-31 00:18:58 -07:00
hello_ranks Use the `RawStr` type for raw parameter strings. 2017-03-31 00:18:58 -07:00
hello_world Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00
json Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00
manual_routes Use the `RawStr` type for raw parameter strings. 2017-03-31 00:18:58 -07:00
msgpack Check msgpack example version to 0.0.0. 2017-03-08 17:56:08 -08:00
optional_redirect Use the `RawStr` type for raw parameter strings. 2017-03-31 00:18:58 -07:00
optional_result Use the `RawStr` type for raw parameter strings. 2017-03-31 00:18:58 -07:00
pastebin Use the `RawStr` type for raw parameter strings. 2017-03-31 00:18:58 -07:00
query_params Use the `RawStr` type for all form raw strings. 2017-03-30 23:06:53 -07:00
raw_sqlite Update diesel and rusqlite example dependencies. 2017-03-30 02:02:09 -07:00
raw_upload Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00
redirect Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00
session Return a `LaunchError` from `launch` when launching fails. 2017-03-15 22:10:09 -07:00
state Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00
static_files A route with unspecified query parameters accepts any. 2017-03-27 03:52:26 -07:00
stream Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00
testing Return a `LaunchError` from `launch` when launching fails. 2017-03-15 22:10:09 -07:00
todo Update diesel and rusqlite example dependencies. 2017-03-30 02:02:09 -07:00
uuid Ensure no files have trailing whitespace. 2017-03-15 19:26:15 -07:00