Docs.rs
  • fire-http-0.2.11
    • fire-http 0.2.11
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • soerenmeier
    • Dependencies
      • base64 ^0.13 normal
      • bytes ^1.0 normal
      • futures-util ^0.3.5 normal
      • fire-http-representation ^0.1.6 normal
      • hyper ^0.14 normal
      • http ^0.2 normal
      • fire-log-to-stdout ^0.1 normal
      • percent-encoding ^2.1 normal
      • rand ^0.8 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sha-1 ^0.10 normal
      • tokio ^1.0 normal
      • tokio-tungstenite ^0.17 normal
      • hyper ^0.14 dev
      • tokio ^1.0 dev
    • Versions
    • 32.99% of the crate is documented
  • Go to latest version
  • 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
logo

logo

Crate fire_http

logo
Change settings

List of all items

Structs

  • FireBuilder
  • body::BodyWithTimeout
  • error::Error
  • fs::File
  • fs::PartialFile
  • fs::Range
  • fs::caching::Caching
  • fs::caching::Etag
  • fs::static_files::StaticFileRoute
  • fs::static_files::StaticFilesRoute
  • header::ContentType
  • header::HeaderValues
  • header::RequestHeader
  • header::ResponseHeader
  • header::ResponseHeaderBuilder
  • header::Uri
  • request::Request
  • response::Response
  • response::ResponseBuilder
  • routes::Routes
  • util::PinnedFuture
  • ws::CloseFrame
  • ws::WebSocket

Enums

  • body::Body
  • body::JsonError
  • error::ClientErrorKind
  • error::ErrorKind
  • error::ServerErrorKind
  • fs::IntoPathBufError
  • header::AnyMime
  • header::Charset
  • header::Method
  • header::Mime
  • header::StatusCode
  • header::Version
  • request::RequestBuilder
  • util::HeaderError
  • ws::CloseCode
  • ws::Error
  • ws::JsonError
  • ws::Message

Traits

  • Data
  • fs::IntoPathBuf
  • header::IntoHeaderValue
  • into::IntoResponse
  • into::IntoRouteResult
  • json::IntoJsonResult
  • parse::socket::ParseSocketAddr
  • routes::Catcher
  • routes::RawRoute
  • routes::Route

Macros

  • catcher
  • data_struct
  • delete
  • dyn_delete
  • dyn_get
  • dyn_head
  • dyn_post
  • dyn_put
  • dyn_route
  • dyn_static_files
  • get
  • get_with_file
  • head
  • json_delete
  • json_get
  • json_head
  • json_post
  • json_put
  • json_route
  • post
  • put
  • route
  • static_file
  • static_files
  • static_json_route
  • static_route
  • ws_route

Functions

  • build
  • fs::static_files::serve_file
  • fs::with_file
  • fs::with_partial_file
  • fs::write_body_to_file
  • routes::check_static

Typedefs

  • body::FireHttpBody
  • body::PinnedAsyncRead
  • body::PinnedBytesStream
  • error::Result
  • parse::socket::ParseResult
  • request::HyperRequest