Docs.rs
  • poem-openapi-5.1.13
    • poem-openapi 5.1.13
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • sunli829
    • Dependencies
      • base64 ^0.22.0 normal
      • bson ^2.0.0 normal optional
      • bytes ^1.1.0 normal
      • chrono ^0.4.31 normal optional
      • derive_more ^1.0 normal
      • email_address ^0.2.1 normal optional
      • futures-util ^0.3.17 normal
      • geo-types ^0.7.12 normal optional
      • geojson ^0.24.1 normal optional
      • hostname-validator ^1.1.0 normal optional
      • humantime ^2.1.0 normal optional
      • indexmap ^2.0.0 normal
      • ipnet ^2.7.1 normal optional
      • itertools ^0.14.0 normal
      • mime ^0.3.16 normal
      • num-traits ^0.2.14 normal
      • poem ^3.1.9 normal
      • poem-openapi-derive ^5.1.13 normal
      • prost-wkt-types ^0.6.0 normal optional
      • quick-xml ^0.36.1 normal
      • regex ^1.5.5 normal
      • rust_decimal ^1.22.0 normal optional
      • serde ^1.0.130 normal
      • serde_json ^1.0.68 normal
      • serde_urlencoded ^0.7.1 normal
      • serde_yaml ^0.9 normal
      • sqlx ^0.8.3 normal optional
      • thiserror ^2.0 normal
      • time ^0.3.39 normal optional
      • tokio ^1.39.1 normal
      • url ^2.2.2 normal optional
      • uuid ^1.1.0 normal optional
      • poem ^3.1.9 dev
      • tokio ^1.39.1 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

poem_openapi5.1.13

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Aliases
  • Attribute Macros
  • Derive Macros

List of all items

Structs

  • ContactObject
  • ExternalDocumentObject
  • ExtraHeader
  • ExtractParamOptions
  • LicenseObject
  • OpenApiService
  • OperationId
  • ServerObject
  • auth::ApiKey
  • auth::Basic
  • auth::Bearer
  • error::AuthorizationError
  • error::ParseMultipartError
  • error::ParseParamError
  • error::ParsePathError
  • error::ParseRequestPayloadError
  • param::Cookie
  • param::CookiePrivate
  • param::CookieSigned
  • param::Header
  • param::Path
  • param::Query
  • payload::Attachment
  • payload::Base64
  • payload::Binary
  • payload::EventStream
  • payload::Form
  • payload::Html
  • payload::Json
  • payload::PlainText
  • payload::Response
  • payload::Xml
  • payload::Yaml
  • types::Any
  • types::Base64
  • types::Binary
  • types::Email
  • types::Hostname
  • types::ParseError
  • types::Password
  • types::multipart::JsonField
  • types::multipart::Upload

Enums

  • ApiExtractorType
  • ParameterStyle
  • error::ContentTypeError
  • payload::AttachmentType
  • types::MaybeUndefined

Traits

  • ApiExtractor
  • ApiResponse
  • OAuthScopes
  • OpenApi
  • ResponseContent
  • Tags
  • Validator
  • Webhook
  • auth::ApiKeyAuthorization
  • auth::BasicAuthorization
  • auth::BearerAuthorization
  • payload::ParsePayload
  • payload::Payload
  • types::Example
  • types::IsObjectType
  • types::ParseFromJSON
  • types::ParseFromMultipartField
  • types::ParseFromParameter
  • types::ParseFromXML
  • types::ParseFromYAML
  • types::ToHeader
  • types::ToJSON
  • types::ToXML
  • types::ToYAML
  • types::Type

Macros

  • impl_apirequest_for_payload

Attribute Macros

  • OpenApi
  • Webhook

Derive Macros

  • ApiRequest
  • ApiResponse
  • Enum
  • Multipart
  • NewType
  • OAuthScopes
  • Object
  • ResponseContent
  • SecurityScheme
  • Tags
  • Union

Type Aliases

  • types::ParseResult