Docs.rs
  • loona-0.3.4
    • loona 0.3.4
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • fasterthanlime
    • Dependencies
      • b-x ^1.0.3 normal
      • buffet ^0.3.3 normal
      • byteorder ^1.5.0 normal
      • futures-util ^0.3.30 normal
      • http ^1.1.0 normal
      • loona-h2 ^0.4.2 normal
      • loona-hpack ^0.4.3 normal
      • memchr ^2.7.4 normal
      • nom ^7.1.3 normal
      • pretty-hex ^0.4.1 normal
      • smallvec ^1.13.2 normal
      • thiserror ^1.0.63 normal
      • tokio ^1.39.2 normal
      • tracing ^0.1.40 normal
      • buffet ^0.3.3 dev
      • bytes ^1.7.1 dev
      • cargo-husky ^1 dev
      • codspeed-criterion-compat ^2.6.0 dev
      • criterion ^0.5.1 dev
      • futures-util ^0.3.30 dev
      • httparse ^1.9.4 dev
      • httpwg-macros ^0.2.5 dev
      • itoa ^1.0.11 dev
      • libc ^0.2.155 dev
      • pretty_assertions ^1.4.0 dev
      • rcgen ^0.13.1 dev
      • socket2 ^0.5.7 dev
      • tokio ^1.39.2 dev
      • tokio-stream ^0.1.15 dev
      • tracing-subscriber ^0.3.18 dev
      • ktls ^6.0.0 dev
      • rustls ^0.23.12 dev
      • tokio-rustls ^0.26.0 dev
    • Versions
    • 24.87% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate loona

loona0.3.4

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Structs
  • Enums
  • Traits
  • Type Aliases

Crates

  • loona

Crate loona

Settings
Help
Source

Re-exports§

pub use buffet;
pub use http;

Modules§

error
h1
HTTP/1.1 https://httpwg.org/specs/rfc9112.html HTTP semantics https://httpwg.org/specs/rfc9110.html
h2
HTTP/2 https://httpwg.org/specs/rfc9113.html HTTP semantics https://httpwg.org/specs/rfc9110.html

Structs§

ExpectResponseBody
ExpectResponseHeaders
Request
An HTTP request
Responder
Response
An HTTP response
ResponseDone
SinglePieceBody

Enums§

BodyChunk
A body chunk
BodyError
Method
An HTTP method, see https://httpwg.org/specs/rfc9110.html#methods
ResponderError
ResponderOrBodyError
ServeOutcome

Traits§

Body
Encoder
HeadersExt
ResponseState
ServerDriver

Type Aliases§

Headers
ResponderResult