Rocket/examples
Sergio Benitez 0c44e44641 Use the `RawStr` type for all form raw strings.
This is a breaking change.

This commit introduces `RawStr` to forms. In particular, after this
commit, the `&str` type no longer implements `FromFormValue`, and so it
cannot be used as a field in forms. Instad, the `&RawStr` can be used.

The `FormItems` iterator now returns an `(&RawStr, &RawStr)` pair.
2017-03-30 23:06:53 -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 Return a `LaunchError` from `launch` when launching fails. 2017-03-15 22:10:09 -07:00
extended_validation Use the `RawStr` type for all form raw strings. 2017-03-30 23:06:53 -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 Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00
hello_ranks Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08: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 Slight cleanup of manual_routes example. 2017-03-08 15:22:36 -08:00
msgpack Check msgpack example version to 0.0.0. 2017-03-08 17:56:08 -08:00
optional_redirect Return a `LaunchError` from `launch` when launching fails. 2017-03-15 22:10:09 -07:00
optional_result Set examplem versions to 0.0.0. 2017-03-08 14:29:24 -08:00
pastebin Return a `LaunchError` from `launch` when launching fails. 2017-03-15 22:10:09 -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