Docs.rs
  • mas-http-0.11.0
    • mas-http 0.11.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • sandhose
    • Dependencies
      • async-trait ^0.1.82 normal
      • bytes ^1.7.1 normal
      • futures-util ^0.3.30 normal
      • headers ^0.4.0 normal
      • http ^1.1.0 normal
      • http-body ^1.0.0 normal
      • http-body-util ^0.1.2 normal
      • hyper ^1.4.1 normal
      • hyper-rustls ^0.27.2 normal optional
      • hyper-util ^0.1.7 normal
      • mas-tower =0.11.0 normal optional
      • opentelemetry ^0.24.0 normal
      • opentelemetry-semantic-conventions ^0.16.0 normal
      • pin-project-lite ^0.2.14 normal
      • rustls ^0.23.12 normal optional
      • rustls-platform-verifier ^0.3.4 normal optional
      • serde ^1.0.209 normal
      • serde_json ^1.0.127 normal
      • serde_urlencoded ^0.7.1 normal
      • thiserror ^1.0.63 normal
      • tower ^0.4.13 normal
      • tower-http ^0.5.2 normal
      • tracing ^0.1.40 normal
      • tracing-opentelemetry ^0.25.0 normal
      • anyhow ^1.0.86 dev
      • tokio ^1.40.0 dev
    • Versions
    • 15.28% of the crate is documented
  • 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

mas_http0.11.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • BodyToBytesResponse
  • BodyToBytesResponseLayer
  • BoxCloneSyncService
  • BytesToBodyRequest
  • BytesToBodyRequestLayer
  • CatchHttpCodes
  • CatchHttpCodesLayer
  • FormUrlencodedRequest
  • FormUrlencodedRequestLayer
  • JsonRequest
  • JsonRequestLayer
  • JsonResponse
  • JsonResponseLayer
  • body_to_bytes_response::BodyToBytesResponse
  • body_to_bytes_response::BodyToBytesResponseLayer
  • bytes_to_body_request::BytesToBodyRequest
  • bytes_to_body_request::BytesToBodyRequestLayer
  • catch_http_codes::CatchHttpCodes
  • catch_http_codes::CatchHttpCodesLayer
  • form_urlencoded_request::FormUrlencodedRequest
  • form_urlencoded_request::FormUrlencodedRequestLayer
  • json_request::JsonRequest
  • json_request::JsonRequestLayer
  • json_response::JsonResponse
  • json_response::JsonResponseLayer

Enums

  • body_to_bytes_response::Error
  • catch_http_codes::Error
  • form_urlencoded_request::Error
  • json_request::Error
  • json_response::Error

Traits

  • CorsLayerExt
  • HttpServiceExt

Functions

  • set_propagator

Type Aliases

  • EmptyBody
  • HttpService