Rust – Axum cannot get “x-api-key” from request headers
I want the request headers to have the correct api key, but I can’t get the api key from the request headers, my current Rust code:
I want the request headers to have the correct api key, but I can’t get the api key from the request headers, my current Rust code: