mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-27 21:02:41 +00:00
fb8fdc3bc2
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.
9 lines
187 B
TOML
9 lines
187 B
TOML
[package]
|
|
name = "optional_result"
|
|
version = "0.0.1"
|
|
authors = ["Sergio Benitez <sb@sergio.bz>"]
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../lib" }
|
|
rocket_macros = { path = "../../macros" }
|