UNPKG

@derhuerst/http-basic

Version:

Very low level wrapper arround http.request/https.request

3 lines (2 loc) 135 B
declare type HttpVerb = ('GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | 'PATCH'); export { HttpVerb };