Docs.rs
  • elif-http-0.2.0
    • elif-http 0.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • krcpa
    • Dependencies
      • axum ^0.7 normal
      • chrono ^0.4 normal
      • elif-core ^0.1.0 normal
      • elif-orm ^0.2.0 normal
      • hyper ^1.0 normal
      • log ^0.4 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • serde_urlencoded ^0.7 normal
      • sqlx ^0.7 normal
      • thiserror ^1.0 normal
      • tokio ^1.0 normal
      • tower ^0.4 normal
      • tower-http ^0.5 normal
      • tracing ^0.1 normal
      • uuid ^1.0 normal
      • tokio-test ^0.4 dev
    • Versions
    • 69.63% 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

elif_http0.2.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • HeaderMap
  • Json
  • Path
  • Query
  • Router
  • State
  • StatusCode
  • config::HttpConfig
  • controller::BaseController
  • controller::PaginationMeta
  • controller::QueryParams
  • database::DatabaseServiceProvider
  • json::ApiResponse
  • json::ElifJson
  • json::JsonError
  • json::JsonResponse
  • json::ValidationErrors
  • middleware::ErrorHandlingMiddleware
  • middleware::MiddlewarePipeline
  • middleware::logging::LoggingMiddleware
  • middleware::timing::RequestStartTime
  • middleware::timing::TimingMiddleware
  • minimal_server::MinimalHttpServer
  • request::ElifRequest
  • response::ElifResponse
  • routing::RouteInfo
  • routing::RouteRegistry
  • routing::group::GroupBuilder
  • routing::group::RouteGroup
  • routing::params::ParamExtractor
  • routing::params::PathParams
  • routing::params::RouteParam
  • routing::router::Route
  • routing::router::RouteBuilder
  • routing::router::Router
  • server_with_middleware::MiddlewareHttpServer
  • simple_stateful_server::SimpleStatefulHttpServer

Enums

  • error::HttpError
  • response::ResponseBody
  • routing::HttpMethod
  • routing::params::ParamError
  • routing::params::ParamType

Traits

  • controller::Controller
  • middleware::Middleware
  • request::RequestExtractor
  • response::IntoElifResponse

Functions

  • database::create_database_pool
  • database::get_database_pool
  • database::get_named_database_pool
  • middleware::timing::format_duration
  • minimal_server::minimal_health_check
  • server_with_middleware::middleware_health_check
  • server_with_middleware::middleware_info_handler

Type Aliases

  • Response
  • error::HttpResult
  • middleware::BoxFuture
  • middleware::MiddlewareResult