UNPKG

@derhuerst/http-basic

Version:

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

16 lines (13 loc) 187 B
// @flow // Generated using flowgen2 type HttpVerb = | 'GET' | 'HEAD' | 'POST' | 'PUT' | 'DELETE' | 'CONNECT' | 'OPTIONS' | 'TRACE' | 'PATCH'; export type {HttpVerb};