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

## Expected Behavior ```json { "fieldTwo": 42 } ``` ## Actual Behavior ```json {"field_one":null,"field_two":42,"field_three":null} ``` ## Steps to Reproduce the Problem 1. ```bash cargo new skip_serializing_test cd skip_serializing_test ``` 2....

bug

Hello, I use two different security scheme with an enum : ```rust #[derive(SecurityScheme, Clone)] #[oai(ty = "api_key", key_name = "KEY", key_in = "header", checker = "api_key_checker")] struct Scheme1(pub Claims); #[derive(SecurityScheme,...

bug

Hi Is there a way to integrate https://github.com/messense/dav-server-rs into poem?

question

Implements `std::error::Error` for `poem::Error`. This is useful for error reporting cases where, for example, it's advantageous to be able to traverse the stack of error sources for more detailed error...

First of all, thank you for this awesome crate. With that being said, I was wondering how do I get nested objects when retrieving query parameters with `Query` based on...

question

I've added the ability to set nullable fields on a struct with poem_api::Object derive. Following the spec here: https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.0.md#fixed-fields-20 Either for each individual field, with `nullable` attibute, or at the...

Updates the requirements on [opentelemetry-prometheus](https://github.com/open-telemetry/opentelemetry-rust) to permit the latest version. Release notes Sourced from opentelemetry-prometheus's releases. v0.17.0 Changed Implement Serialize & Deserialize for Sampler, SpanLimits #622, #626 Allow &'static str...

dependencies

## Description of the feature Please help allow grpc over UDS. ## Code example (if possible) Tonic example here: https://github.com/hyperium/tonic/tree/master/examples/src/uds

enhancement

Updates the requirements on [rustls](https://github.com/rustls/rustls) to permit the latest version. Commits ebda385 Update version to 0.23.12 127a0a7 build(deps): bump openssl from 0.10.64 to 0.10.66 3cc2c2d Support P521 SHA-256/SHA-384 signatures with...

dependencies