Docs.rs
  • http-srv-0.8.0
    • http-srv 0.8.0
    • Permalink
    • Docs.rs crate page
    • GPL-3.0-only
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • saulvaldelvira
    • Dependencies
      • rb64 >=0.1.0 normal
      • delay_init >=0.2.0 normal
      • http-utils >=0.1.0 normal
      • jsonrs >=0.1.4 normal
      • rmime >=0.1.0 normal
      • job-pool >=0.4.0 normal
      • regexpr >=0.3.3 normal optional
      • url-utils >=0.1.0 normal
    • Versions
    • 61.7% 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

http_srv0.8.0

Crate Items

  • Structs
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • HttpRequest
  • HttpResponse
  • HttpServer
  • config::ServerConfig
  • handler::AuthConfig
  • handler::Handler
  • handler::UrlMatcher
  • request::HttpRequest
  • request::HttpRequestBuilder
  • response::HttpResponse
  • response::HttpResponseBuilder

Traits

  • handler::Interceptor
  • handler::RequestHandler

Functions

  • handler::cat_handler
  • handler::delete_handler
  • handler::head_handler
  • handler::log_file
  • handler::log_stdout
  • handler::post_handler
  • handler::redirect
  • handler::root_handler
  • handler::suffix_html

Type Aliases

  • Result