Docs.rs
  • edge-http-0.3.0
    • edge-http 0.3.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.3.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
    • 0.49% 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

edge_http0.3.0

Module server

Module Items

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

In edge_http::io

Module edge_http::io::server

source ·

Structs§

  • Server
  • TaskHandlerAdaptor

Enums§

  • Connection
  • HandleRequestError

Constants§

  • DEFAULT_BUF_SIZE
  • DEFAULT_HANDLER_TASKS_COUNT
  • DEFAULT_TIMEOUT_MS

Traits§

  • Handler
  • TaskHandler

Functions§

  • handle_connection
  • handle_request
  • handle_task_connection
  • handle_task_request

Type Aliases§

  • DefaultServer
  • ServerBuffers