Docs.rs
  • micro-web-0.1.0-alpha.11
    • micro-web 0.1.0-alpha.11
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • zavakid
    • Dependencies
      • arc-swap ^1.7.1 normal
      • async-trait ^0.1.83 normal
      • brotli ^7.0.0 normal
      • bytes ^1.10.0 normal
      • dynosaur ^0.1 normal
      • flate2 ^1.0.35 normal
      • futures ^0.3.31 normal
      • higher-kinded-types ^0.1 normal
      • hlist2 ^0.0.15 normal
      • http ^1.1.0 normal
      • http-body ^1.0.1 normal
      • http-body-util ^0.1.2 normal
      • httpdate ^1.0.3 normal
      • matchit ^0.8.5 normal
      • micro-http ^0.1.0-alpha.11 normal
      • mime ^0.3.17 normal
      • pin-project-lite ^0.2.15 normal
      • serde ^1.0.215 normal
      • serde_json ^1.0.133 normal
      • serde_qs ^0.13.0 normal
      • serde_urlencoded ^0.7.1 normal
      • thiserror ^2 normal
      • tokio ^1 normal
      • tower-layer ^0.3 normal
      • tracing ^0.1.40 normal
      • tracing-subscriber ^0.3.18 normal
      • trait-variant ^0.1 normal
      • zstd ^0.13.2 normal
      • mockall ^0.13.1 dev
    • Versions
    • 60.87% of the crate is documented
  • Go to latest stable release
  • 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

micro_web0.1.0-alpha.11

Crate Items

  • Structs
  • Traits
  • Functions

List of all items

Structs

  • FnHandler
  • OptionReqBody
  • PathParams
  • RequestContext
  • ResponseBody
  • Server
  • date::DateService
  • date::DateServiceDecorator
  • decorator::DecoratorComposer
  • decorator::IdentityDecorator
  • encoding::encoder::EncodeDecorator
  • encoding::encoder::EncodeRequestHandler
  • extract::Form
  • extract::Json
  • extract::Query
  • responder::NotFound
  • router::RouteResult
  • router::Router
  • router::RouterBuilder
  • router::RouterItem
  • router::RouterItemBuilder
  • router::filter::AllFilter
  • router::filter::AnyFilter
  • router::filter::FalseFilter
  • router::filter::HeaderFilter
  • router::filter::MethodFilter
  • router::filter::TrueFilter

Traits

  • FnTrait
  • decorator::Decorator
  • decorator::DecoratorExt
  • extract::FromRequest
  • responder::Responder
  • router::filter::Filter

Functions

  • handler_fn
  • router::connect
  • router::delete
  • router::filter::all_filter
  • router::filter::any_filter
  • router::filter::connect_method
  • router::filter::delete_method
  • router::filter::false_filter
  • router::filter::filter_fn
  • router::filter::get_method
  • router::filter::head_method
  • router::filter::header
  • router::filter::options_method
  • router::filter::patch_method
  • router::filter::post_method
  • router::filter::put_method
  • router::filter::trace_method
  • router::filter::true_filter
  • router::get
  • router::head
  • router::options
  • router::patch
  • router::post
  • router::put
  • router::trace