| Crates.io | pincer-core |
| lib.rs | pincer-core |
| version | 0.2.0 |
| created_at | 2025-12-31 13:36:16.691616+00 |
| updated_at | 2025-12-31 18:03:27.834962+00 |
| description | Core types and traits for pincer declarative HTTP client |
| homepage | |
| repository | https://github.com/ilaborie/pincer |
| max_upload_size | |
| id | 2014701 |
| size | 98,563 |
Core types and traits for the pincer HTTP client.
This crate provides the foundational types used by pincer:
Request / Response - HTTP request/response typesHttpClient / PincerClient - Client traitsError / Result - Error handlingToQueryPairs - Query parameter serializationMost users should use the main pincer crate, which re-exports these types.
Use pincer-core directly if you need:
PincerClient implementationsMIT OR Apache-2.0