rust-tower Questions

2

Solved

Before a fetch is sent, the browser will send a request method OPTIONS to confirm that the API will accept the request from a script with a particular origin. Chrome shows that the my Axum server i...
Garbo asked 26/8, 2022 at 8:59

1

Solved

I'm trying to add a request id to each tracing event. I can do it with tower_http::trace like this: #[derive(Clone)] pub struct RequestSpan; impl<B> tower_http::trace::MakeSpan<B> for ...
Vannavannatta asked 25/9, 2021 at 18:17
1

© 2022 - 2024 — McMap. All rights reserved.