pincer-core
Core types and traits for the pincer HTTP client.
Overview
This crate provides the foundational types used by pincer:
Request/Response- HTTP request/response typesHttpClient/PincerClient- Client traitsError/Result- Error handlingToQueryPairs- Query parameter serialization
Usage
Most users should use the main pincer crate, which re-exports these types.
Use pincer-core directly if you need:
- Custom
PincerClientimplementations - Core types without the HTTP client
License
MIT OR Apache-2.0