UNPKG

@httpx/assert

Version:
4 lines (2 loc) 140 B
type HttpMethod = 'GET' | 'POST' | 'HEAD' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'PATCH' | 'TRACE'; export type { HttpMethod as H };