use-method
Small HTTP method utilities for RustUse.
Experimental
use-method is experimental while the use-web workspace remains below 0.3.0. Expect small API adjustments during the first release wave.
Example
use ;
assert!;
assert_eq!;
Scope
- Lightweight method parsing and normalization.
- Small helpers for HTTP semantics such as safety and idempotency.
- Graceful handling for unknown but valid method tokens.
Non-goals
- Routing.
- Middleware.
- Request execution.
- Policy engines.
License
Licensed under either of the following, at your option:
- Apache License, Version 2.0
- MIT license