Docs.rs
  • potato-0.2.7
    • potato 0.2.7
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • fawdlstty
    • Dependencies
      • anyhow ^1.0.94 normal
      • async-trait ^0.1.83 normal
      • base64 ^0.22.1 normal
      • bytes ^1.10.1 normal optional
      • chrono ^0.4.39 normal
      • dav-server ^0.8.0 normal optional
      • flate2 ^1.0.35 normal
      • futures-util ^0.3.31 normal optional
      • http ^1.2.0 normal
      • httparse ^1.9.5 normal
      • inventory ^0.3.15 normal
      • jsonwebtoken ^9.3.0 normal
      • potato-macro ^0.2.6 normal
      • rand ^0.8.5 normal
      • regex ^1.11.1 normal
      • rust-embed ^8.5.0 normal
      • rustls-pki-types ^1.11.0 normal
      • serde ^1.0.217 normal
      • serde_json ^1.0.134 normal
      • sha1 ^0.10.6 normal
      • smallstr ^0.3.0 normal
      • smallvec ^1.14.0 normal
      • strum ^0.26.3 normal
      • tikv-jemalloc-ctl ^0.6.0 normal optional
      • tikv-jemalloc-sys ^0.6.0 normal optional
      • tikv-jemallocator ^0.6.0 normal optional
      • tokio ^1.44.1 normal
      • tokio-rustls ^0.26.2 normal
      • webpki-roots ^0.26.8 normal
    • Versions
    • 0% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

potato0.2.7

  • All Items

Crate Items

  • Re-exports
  • Modules
  • Macros
  • Structs
  • Enums
  • Functions
  • Attribute Macros
  • Derive Macros

Crate potato

Source

Re-exports§

pub use utils::refstr::Headers;
pub use inventory;
pub use regex;
pub use rust_embed;
pub use serde_json;
pub use client::*;
pub use global_config::*;
pub use server::*;

Modules§

client
global_config
server
utils

Macros§

embed_dir
ssformat

Structs§

HttpRequest
HttpResponse
PostFile
RequestHandlerFlag
RequestHandlerFlagDoc
WebsocketConnection

Enums§

CompressMode
HttpMethod
WsFrame
WsFrameImpl

Functions§

load_embed

Attribute Macros§

http_delete
http_get
http_head
http_options
http_post
http_put

Derive Macros§

StandardHeader