Docs.rs
  • tinyhttp-internal-0.5.0
    • tinyhttp-internal 0.5.0
    • Permalink
    • Docs.rs crate page
    • GPL-2.0-or-later
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • mateocabanal
    • Dependencies
      • dyn-clone ^1.0.11 normal
      • flate2 ^1 normal optional
      • infer ^0.15.0 normal
      • log ^0.4 normal optional
      • mime_guess ^2.0.4 normal
      • num_cpus ^1.16.0 normal
      • openssl ^0.10 normal optional
      • rusty_pool ^0.7.0 normal
      • thiserror ^1 normal
      • tokio ^1.3 normal optional
      • criterion ^0.5.1 dev
    • Versions
    • 9.02% of the crate is documented
  • Platform
    • 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

tinyhttp_internal0.5.0

Crate Items

  • Structs
  • Enums
  • Statics
  • Traits
  • Functions

List of all items

Structs

  • codegen::route::BasicGetRoute
  • codegen::route::BasicPostRoute
  • codegen::route::GetRouteWithReq
  • codegen::route::GetRouteWithReqAndRes
  • codegen::route::PostRouteWithReq
  • codegen::route::PostRouteWithReqAndRes
  • config::Config
  • config::HttpListener
  • config::Routes
  • request::Request
  • request::Wildcard
  • response::Response

Enums

  • config::Method
  • request::BodyType
  • request::RequestError

Traits

  • config::DynClone
  • config::Route
  • config::ToResponse

Functions

  • config::build_https
  • http::parse_request
  • http::start_http

Statics

  • config::POST_MIDDLEWARE_CONST
  • config::PRE_MIDDLEWARE_CONST