Docs.rs
  • http-problem-0.3.0
    • http-problem 0.3.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • luisholanda
    • terramagnabot
    • Dependencies
      • actix-web ^4.0.1 normal optional
      • axum ^0.6 normal optional
      • backtrace ^0.3.65 normal
      • chrono ^0.4.19 normal
      • diesel ^1.4.8 normal optional
      • eyre ^0.6.8 normal
      • http ^0.2.8 normal
      • once_cell ^1.10.0 normal
      • parking_lot ^0.12.1 normal
      • serde ^1.0.156 normal
      • serde_json ^1.0.95 normal
      • tokio-postgres ^0.7.6 normal optional
    • Versions
    • 100% 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
  • 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

http_problem0.3.0

Crate Items

  • Macros
  • Structs
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Extensions
  • Problem
  • http::BadRequest
  • http::Conflict
  • http::Forbidden
  • http::InternalError
  • http::NotFound
  • http::PreconditionFailed
  • http::ServiceUnavailable
  • http::Unauthorized
  • http::UnprocessableEntity
  • prelude::AssertionError
  • prelude::StatusCode
  • prelude::Uri
  • reporter::Report

Traits

  • prelude::CustomProblem
  • prelude::OptionExt
  • prelude::ProblemResultExt
  • prelude::ResultExt
  • reporter::ProblemReporter

Macros

  • define_custom_type
  • ensure
  • prelude::define_custom_type
  • requires

Functions

  • http::bad_request
  • http::conflict
  • http::failed_precondition
  • http::forbidden
  • http::internal_error
  • http::not_found
  • http::not_found_unknown
  • http::service_unavailable
  • http::unauthorized
  • http::unprocessable
  • reporter::set_global_reporter

Type Aliases

  • CowStr
  • Result