Docs.rs
  • poem-openapi-2.0.13
    • poem-openapi 2.0.13
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • sunli829
    • Dependencies
      • base64 ^0.13.0 normal
      • bson ^2.0.0 normal
      • bytes ^1.1.0 normal
      • chrono ^0.4.19 normal
      • derive_more ^0.99.16 normal
      • email_address ^0.2.1 normal
      • futures-util ^0.3.17 normal
      • hostname-validator ^1.1.0 normal
      • humantime ^2.1.0 normal
      • mime ^0.3.16 normal
      • num-traits ^0.2.14 normal
      • poem ^1.3.43 normal
      • poem-openapi-derive ^2.0.13 normal
      • quick-xml ^0.23.0 normal
      • regex ^1.5.5 normal
      • rust_decimal ^1.22.0 normal
      • serde ^1.0.130 normal
      • serde_json ^1.0.68 normal
      • serde_urlencoded ^0.7.1 normal
      • serde_yaml ^0.9.0 normal
      • thiserror ^1.0.30 normal
      • time ^0.3.9 normal
      • tokio ^1.17.0 normal
      • url ^2.2.2 normal
      • uuid ^1.1.0 normal
      • poem ^1.3.43 dev
      • tokio ^1.17.0 dev
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate poem_openapi

  • Macros
  • Structs
  • Enums
  • Traits
  • Type Definitions
  • Attribute Macros
  • Derive Macros
logo
Change settings

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
  • types::Any
  • types::Base64
  • types::Binary
  • types::Email
  • types::Hostname
  • types::ParseError
  • types::Password
  • types::multipart::JsonField
  • types::multipart::Upload

Enums

  • ApiExtractorType
  • error::ContentTypeError
  • payload::AttachmentType
  • response::StaticFileResponse
  • types::MaybeUndefined

Traits

  • ApiExtractor
  • ApiResponse
  • OAuthScopes
  • OpenApi
  • ResponseContent
  • Tags
  • Validator
  • Webhook
  • auth::ApiKeyAuthorization
  • auth::BasicAuthorization
  • auth::BearerAuthorization
  • payload::ParsePayload
  • payload::Payload
  • types::Example
  • types::ParseFromJSON
  • types::ParseFromMultipartField
  • types::ParseFromParameter
  • types::ParseFromXML
  • types::ToHeader
  • types::ToJSON
  • types::ToXML
  • 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 Definitions

  • types::ParseResult