Docs.rs
  • scuffle-http-0.3.2
    • scuffle-http 0.3.2
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • TroyKomodo
    • github:scufflecloud:developers
    • Dependencies
      • bon ^3.3.2 normal
      • bytes ^1.9.0 normal
      • document-features ^0.2 normal optional
      • futures ^0.3.31 normal
      • h3 ^0.0.8 normal optional
      • h3-quinn ^0.0.10 normal optional
      • http ^1.2.0 normal
      • http-body ^1.0.1 normal
      • hyper ^1.6.0 normal optional
      • hyper-util ^0.1.10 normal optional
      • libc ^0.2.169 normal optional
      • pin-project-lite ^0.2.16 normal
      • quinn ^0.11.6 normal optional
      • rustls ^0.23.21 normal optional
      • scuffle-changelog ^0.1.0 normal optional
      • scuffle-context ^0.1.3 normal
      • scuffle-workspace-hack ^0.1.0 normal
      • thiserror ^2.0.11 normal
      • tokio ^1.43.0 normal
      • tokio-rustls ^0.26.1 normal optional
      • tower ^0.5.2 normal optional
      • tracing ^0.1.41 normal optional
      • axum ^0.8.1 dev
      • reqwest ^0.12.15 dev
      • rustls-pemfile ^2.2.0 dev
      • tokio ^1.43.0 dev
      • tokio-test ^0.4.4 dev
      • tracing ^0.1.41 dev
      • tracing-subscriber ^0.3.19 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

scuffle_http0.3.2

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • HttpServer
  • HttpServerBuilder
  • Response
  • backend::h3::Http3Backend
  • backend::h3::Http3BackendBuilder
  • backend::h3::body::QuicIncomingBody
  • backend::hyper::HyperBackend
  • backend::hyper::HyperBackendBuilder
  • body::TrackedBody
  • service::FnHttpService
  • service::FnHttpServiceFactory
  • service::ServiceCloneFactory
  • service::TowerMakeServiceFactory
  • service::TowerMakeServiceWithAddrFactory

Enums

  • backend::h3::body::H3BodyError
  • body::IncomingBody
  • body::IncomingBodyError
  • body::TrackedBodyError
  • error::HttpError

Traits

  • body::Tracker
  • service::HttpService
  • service::HttpServiceFactory

Functions

  • service::custom_tower_make_service_factory
  • service::fn_http_service
  • service::fn_http_service_factory
  • service::service_clone_factory
  • service::tower_make_service_factory
  • service::tower_make_service_with_addr_factory

Type Aliases

  • IncomingRequest