Rocket/examples
Sergio Benitez fb8fdc3bc2 Cleaned up response -> split into files. Started form example.
There's something going on with Hyper. When a 303 (see other) response is sent
in response to a POST, the browser does a GET to the location header. Hyper
somehow misreads the method parameter here, resulting in a route failer.

I need to MITM the connection to see exactly what the browser is sending and
what Hyper is receiving to see who's wrong.
2016-03-28 02:34:09 -07:00
..
forms Cleaned up response -> split into files. Started form example. 2016-03-28 02:34:09 -07:00
hello_person Polished examples directory. Fixed `File` response bug. 2016-03-22 16:27:12 -07:00
hello_world Polished examples directory. Fixed `File` response bug. 2016-03-22 16:27:12 -07:00
manual_routes Don't need the type since we use unwrap_or. 2016-03-22 16:28:45 -07:00
optional_redirect Cleaned up response -> split into files. Started form example. 2016-03-28 02:34:09 -07:00
optional_result Cleaned up response -> split into files. Started form example. 2016-03-28 02:34:09 -07:00
static_files Now support Result responses. 2016-03-22 17:16:17 -07:00