Replaces `headers().get("cookie)` with `headers().get_all("cookie")`
because Axum splits a single `Cookie: a; b; c` into 3 separate headers
each with a single value
|
||
|---|---|---|
| .. | ||
| assets | ||
| src | ||
| Cargo.toml | ||
Replaces `headers().get("cookie)` with `headers().get_all("cookie")`
because Axum splits a single `Cookie: a; b; c` into 3 separate headers
each with a single value
|
||
|---|---|---|
| .. | ||
| assets | ||
| src | ||
| Cargo.toml | ||