Docs.rs
  • wasmdev_server-0.1.7
    • wasmdev_server 0.1.7
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • Gronis
    • Dependencies
      • base64 ^0.21.2 normal
      • notify ^6.0.1 normal
      • sha1 ^0.10.5 normal
      • wasmdev_core ^0.1.7 normal
    • Versions
    • 2.41% 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

wasmdev_server0.1.7

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • http::Client
  • http::Endpoint
  • http::EndpointBuilder
  • http::Request
  • http::Response
  • http::Server
  • http::ServerConfig
  • http::StatusCode
  • utils::Deferred

Enums

  • http::BufferErrorKind
  • http::EndpointHasResponse
  • http::EndpointNoResponse
  • http::Error
  • http::Header
  • http::HttpErrorKind
  • http::ParseErrorKind
  • http::RequestType
  • http::ResponseAction
  • http::Version

Traits

  • http::EndpointBuilderHasResponse
  • http::EndpointBuilderNoResponse
  • utils::EventHandler

Functions

  • http::compute_accept
  • http::is_valid_websocket
  • http::make_http_response
  • http::make_websocket_accept_response
  • http::parse_request
  • http::write_headers
  • http::write_response
  • utils::hash_bytes
  • utils::make_watcher

Type Aliases

  • http::Result