poem icon indicating copy to clipboard operation
poem copied to clipboard

A full-featured and easy-to-use web framework with the Rust programming language.

Results 199 poem issues
Sort by recently updated
recently updated
newest added

Have you considered add the schedule module?

question
Stale

## Expected Behavior Rust compiler reports an unused function. ## Actual Behavior No warning shown. ## Steps to Reproduce the Problem 1. Create a handler function.

bug
Stale

## Description of the feature Now ParseParamError, ParseJsonError contains information about error only as string that can't be parsed on client side to display field level errors. It would be...

enhancement
Stale

Hi, First of all, thanks for all the work done. I recently found some issues when using the Oneof types: I can't fill in an example on the rapidoc ui....

bug
help wanted
Stale

Hey, thanks for integrating tokio metrics! In the current form using the cumulative monitor I don't think they are of much use tho. I have three points I'd like to...

enhancement
Stale

After #258 cargo update doesn't longer update `poem-openapi`. The version is always pinned to `1.3.24`

bug
Stale

## Description of the feature Currently, the `handler` macro will convert a function to a struct, which is hard to be observed in `cargo doc`. Maybe, we can add some...

enhancement
Stale

Is it possible to use relative paths like this (or a custom `checker` function)? ``` #[derive(SecurityScheme)] #[oai( type = "oauth2", flows(authorization_code( authorization_url = "/authorize", token_url = "/proxy", scopes = "GithubScopes"...

question
Stale

Hey, as I look through more of the codebase, I so far see that every implementation of `ToJSON` / `ParseFromJSON` just calls out to serde directly. I wonder why these...

question