UNPKG

@opra/common

Version:
4 lines (3 loc) 233 B
export type HttpMethod = 'DELETE' | 'GET' | 'HEAD' | 'OPTIONS' | 'POST' | 'PUT' | 'PATCH' | 'SEARCH'; export type HttpParameterLocation = 'cookie' | 'header' | 'query' | 'path'; export type HttpMultipartFieldType = 'field' | 'file';