pincer-macro
Proc-macros for the pincer HTTP client.
Overview
This crate provides the proc-macro attributes:
#[pincer]- Define an API client trait#[get],#[post],#[put],#[delete],#[patch],#[head],#[options]- HTTP methods#[http]- Custom HTTP methods#[derive(Query)]- Query parameter serialization
Usage
Most users should use the main pincer crate, which re-exports these macros.
use *;
License
MIT OR Apache-2.0