api-bones 6.5.0

Opinionated REST API types: errors (RFC 9457), pagination, health checks, and more
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: MIT
//! Network-level request primitives.
//!
//! Gated by the `axum` feature. Provides utilities for inspecting connection
//! metadata attached to incoming [`http::Request`]s.

pub mod client_ip;