Docs.rs
  • poem-openapi-1.2.2
    • poem-openapi 1.2.2
    • Docs.rs crate page
    • MIT/Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • sunli829
    • Dependencies
      • base64 ^0.13.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
      • mime ^0.3.16 normal
      • num-traits ^0.2.14 normal
      • poem ^1.2.2 normal
      • poem-openapi-derive ^1.2.2 normal
      • regex ^1.5.4 normal
      • serde ^1.0.130 normal
      • serde_json ^1.0.68 normal
      • thiserror ^1.0.30 normal
      • tokio ^1.14.0 normal
      • typed-headers ^0.2.0 normal
      • uuid ^0.8.2 normal
      • tokio ^1.14.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
  • 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

Crate poem_openapi

Version 1.2.2

Back to index

logo
Change settings

List of all items[−]

Structs

  • CombinedAPI
  • ExtractParamOptions
  • LicenseObject
  • OpenApiService
  • ServerObject
  • auth::ApiKey
  • auth::Basic
  • auth::Bearer
  • error::AuthorizationError
  • error::ParseJsonError
  • error::ParseMultipartError
  • error::ParseParamError
  • param::Cookie
  • param::CookiePrivate
  • param::CookieSigned
  • param::Header
  • param::Path
  • param::Query
  • payload::Attachment
  • payload::Binary
  • payload::Json
  • payload::PlainText
  • payload::Response
  • types::Any
  • types::Base64
  • types::Binary
  • types::Email
  • types::Hostname
  • types::ParseError
  • types::Password
  • types::multipart::JsonField
  • types::multipart::Upload

Enums

  • ApiExtractorType
  • error::ContentTypeError

Traits

  • ApiExtractor
  • ApiResponse
  • OAuthScopes
  • OpenApi
  • Tags
  • auth::ApiKeyAuthorization
  • auth::BasicAuthorization
  • auth::BearerAuthorization
  • payload::ParsePayload
  • payload::Payload
  • types::ParseFromJSON
  • types::ParseFromMultipartField
  • types::ParseFromParameter
  • types::ToHeader
  • types::ToJSON
  • types::Type

Attribute Macros

  • OpenApi

Derive Macros

  • ApiRequest
  • ApiResponse
  • Enum
  • Multipart
  • OAuthScopes
  • Object
  • OneOf
  • SecurityScheme
  • Tags

Typedefs

  • types::ParseResult