HttpSchema
Declares the schema of an HTTP service.
HttpHeaders
An extended HTTP headers object with a strictly-typed schema. Fully compatible with the built-in Headers class.
HttpSearchParams
An extended HTTP search params object with a strictly-typed schema. Fully compatible with the built-in URLSearchParams class.
HttpFormData
An extended HTTP form data object with a strictly-typed schema. Fully compatible with the built-in FormData class.
Typegen
@zimic/http/typegen exports resources to generate types programmatically. We recommend using the zimic-http typegen CLI, but this is still a valid alternative for more advanced use cases.