Adam Krček
Adam Krček
### Is your feature request related to a problem? Please describe. Openssl tends to be problematic when crosscompiling. In some cases it's better to just go with rustls. ## Describe...
I am nesting a React Application inside Poem app and need to serve it under all endpoints except for some Working example: ```rust #[derive(RustEmbed)] #[folder = "frontend/dist"] pub struct Frontend;...
## Description of the feature I want to use some header arguments inside a middleware and need them to be included in the OpenAPI specification. Currently I need to list...
## Expected Behavior `uri: &Uri` - Entire request url is provided ## Actual Behavior Only path is provided ## Steps to Reproduce the Problem My handler: ```rust #[handler] pub async...