apimock-routing 5.1.1

Routing model for apimock: rule sets, request matching, and read-only views for GUI tooling.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Routing-layer utilities.
//!
//! These live in the routing crate because they are used by routing
//! primitives (rule-op matching, JSON-body predicates). They are kept
//! `pub` so other crates can reuse them without re-implementing — for
//! instance the server crate can call `normalize_url_path` when
//! preparing a ParsedRequest.

pub mod glob;
pub mod http;
pub mod json;