Docs.rs
  • br-web-server-0.1.12
    • br-web-server 0.1.12
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • carryxd
    • Dependencies
      • base64 ^0.22.1 normal
      • chrono ^0.4.38 normal
      • flate2 ^1.0 normal
      • hex ^0.4.3 normal
      • json ^0.12.4 normal
      • log ^0.4.22 normal
      • md5 ^0.7.0 normal
      • openssl ^0.10 normal
      • sha1 ^0.10.6 normal
      • env_logger ^0.11.5 dev
    • Versions
    • 34.62% of the crate is documented
  • Go to latest version
  • Platform
    • 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

br_web_server0.1.12

Crate Items

  • Structs
  • Enums
  • Traits

List of all items

Structs

  • WebServer
  • request::Body
  • request::Request
  • request::Uri
  • response::Response
  • response::Status

Enums

  • request::Authorization
  • request::Connection
  • request::Content
  • request::ContentType
  • request::FormData
  • request::Method
  • request::Protocol
  • request::Upgrade

Traits

  • Handler