Adam Krček

Results 4 issues of 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...

Enhancement: Feature

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;...

question

## 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...

enhancement

## 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...

bug