export type HttpMethod = 'DELETE' | 'GET' | 'HEAD' | 'LINK' | 'PATCH' | 'POST' | 'PUT' | 'UNLINK'; //# sourceMappingURL=HttpMethod.d.ts.map