Docs.rs
  • hyper-middleware-0.0.9
    • hyper-middleware 0.0.9
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • joseluisq
    • Dependencies
      • anyhow ^1.0.79 normal
      • async-recursion ^1.0.5 normal
      • async-trait ^0.1.77 normal
      • hyper ^0.14.28 normal
      • thiserror ^1.0.56 normal
      • hyper ^0.14 dev
      • tokio ^1 dev
    • Versions
    • 100% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

hyper_middleware0.0.9

Crate Items

  • Macros
  • Structs
  • Traits
  • Type Aliases
  • Attribute Macros

List of all items

Structs

  • error::Error
  • middleware::Middlewares
  • service::Service

Traits

  • Context
  • error::Context
  • middleware::AfterMiddleware
  • middleware::AroundMiddleware
  • middleware::BeforeMiddleware
  • middleware::Handler
  • remote_addr::RemoteAddr

Macros

  • bail
  • error
  • http_error_bad_gateway
  • http_error_bad_request
  • http_error_conflict
  • http_error_expectation_failed
  • http_error_forbidden
  • http_error_gateway_timeout
  • http_error_gone
  • http_error_http_version_not_supported
  • http_error_insufficient_storage
  • http_error_internal_server_error
  • http_error_length_required
  • http_error_loop_detected
  • http_error_method_not_allowed
  • http_error_not_acceptable
  • http_error_not_found
  • http_error_not_implemented
  • http_error_payload_too_large
  • http_error_payment_required
  • http_error_precondition_failed
  • http_error_proxy_authentication_required
  • http_error_range_not_satisfiable
  • http_error_request_timeout
  • http_error_service_unavailable
  • http_error_unauthorized
  • http_error_unsupported_media_type
  • http_error_uri_too_long
  • http_error_variant_also_negotiates

Attribute Macros

  • async_recursion
  • async_trait

Type Aliases

  • error::Result
  • http::Body
  • http::Request
  • http::Response