Docs.rs
  • edge-http-0.4.0
    • edge-http 0.4.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • bugadani
    • ivmarkov
    • Dependencies
      • base64 ^0.13 normal
      • edge-nal ^0.4.0 normal optional
      • embassy-futures ^0.1 normal optional
      • embassy-sync ^0.6 normal optional
      • embassy-time ^0.3 normal optional
      • embedded-io-async ^0.6 normal optional
      • embedded-svc ^0.28 normal optional
      • heapless ^0.8 normal
      • httparse ^1.7 normal
      • log ^0.4 normal
      • sha1_smol ^1 normal
    • Versions
    • 64.35% of the crate is documented
  • This release has been yanked, 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

edge_http0.4.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Headers
  • RequestHeaders
  • ResponseHeaders
  • io::server::Server

Enums

  • BodyType
  • ConnectionType
  • HeadersMismatchError
  • Method
  • io::Body
  • io::Error
  • io::SendBody
  • io::client::Connection
  • io::server::Connection
  • io::server::HandleRequestError
  • io::server::HandlerError
  • ws::UpgradeError

Traits

  • io::server::Handler

Functions

  • io::server::handle_connection
  • io::server::handle_request
  • ws::is_upgrade_accepted
  • ws::is_upgrade_request
  • ws::sec_key_response
  • ws::upgrade_request_headers
  • ws::upgrade_response_headers

Type Aliases

  • io::ErrorKind
  • io::server::DefaultServer
  • io::server::ServerBuffers

Constants

  • DEFAULT_MAX_HEADERS_COUNT
  • io::server::DEFAULT_BUF_SIZE
  • io::server::DEFAULT_HANDLER_TASKS_COUNT
  • ws::MAX_BASE64_KEY_LEN
  • ws::MAX_BASE64_KEY_RESPONSE_LEN
  • ws::NONCE_LEN
  • ws::UPGRADE_REQUEST_HEADERS_LEN
  • ws::UPGRADE_RESPONSE_HEADERS_LEN