Rocket/lib/src/router
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
..
collider.rs It works! Next steps: clean-up, error handling, docs. 2016-03-21 22:04:39 -07:00
mod.rs Cleaned up response -> split into files. Started form example. 2016-03-28 02:34:09 -07:00
route.rs Cleaned up response -> split into files. Started form example. 2016-03-28 02:34:09 -07:00