Docs.rs
  • chitey-server-0.2.7
    • chitey-server 0.2.7
    • Docs.rs crate page
    • MIT
    • Links
    • crates.io
    • Source
    • Owners
    • oligamiq
    • Dependencies
      • async-trait ^0.1 normal
      • bytes ^1 normal
      • chrono ^0.4 normal
      • derive_more ^0.99 normal
      • futures-util ^0.3 normal
      • h3 ^0.0.2 normal
      • h3-quinn ^0.0.3 normal
      • http ^0.2 normal
      • hyper ^0.14 normal
      • mime ^0.3 normal
      • mpart-async ^0.6 normal
      • nix ^0.27 normal
      • quinn ^0.10 normal
      • rustls ^0.21 normal
      • rustls-pemfile ^1.0 normal
      • thiserror ^1.0 normal
      • tokio ^1.32 normal
      • tokio-rustls ^0.24 normal
      • tracing ^0.1 normal
      • urlpattern ^0.2 normal
      • winapi ^0.3 normal
    • Versions
    • 1.28% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • 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

chitey_server0.2.7

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • resource::Resource
  • server::http3_server::Http3ServerOpt
  • server::http3_stream_wrapper::StreamWrapper
  • server::http_server::HttpServerOpt
  • server::https_server::HttpsServerOpt
  • server::https_server::HyperAcceptor
  • server::https_server::HyperStream
  • server::util::TlsCertsKey
  • web_server::Certs
  • web_server::Factories
  • web_server::WebServer

Enums

  • guard::Guard
  • server::util::CustomOption
  • web_server::ChiteyError

Traits

  • web_server::HttpServiceFactory

Functions

  • process::kill_server
  • process::load_pid
  • process::save_pid
  • response::response::handle_request_get
  • response::response::handle_request_post
  • server::http3_server::handle_request_http3
  • server::http3_server::launch_http3_server
  • server::http_server::launch_http_server
  • server::https_server::launch_https_server
  • server::https_server::process_upload
  • server::util::error
  • server::util::get_certs_and_key
  • server::util::load_certs
  • server::util::load_private_key
  • server::util::process_result

Type Aliases

  • resource::Responder
  • web_server::Request