mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
5f4c19da35
Co-authored-by: Opender Singh <opender.singh@konghq.com>
36 lines
538 B
TypeScript
36 lines
538 B
TypeScript
export default [
|
|
'Content-Type',
|
|
'Content-Length',
|
|
'Accept',
|
|
'Accept-Charset',
|
|
'Accept-Encoding',
|
|
'Accept-Language',
|
|
'Accept-Datetime',
|
|
'Authorization',
|
|
'Cache-Control',
|
|
'Cookie',
|
|
'Connection',
|
|
'Content-MD5',
|
|
'Date',
|
|
'Expect',
|
|
'Forwarded',
|
|
'From',
|
|
'Host',
|
|
'If-Match',
|
|
'If-Modified-Since',
|
|
'If-None-Match',
|
|
'If-Range',
|
|
'If-Unmodified-Since',
|
|
'Max-Forwards',
|
|
'Origin',
|
|
'Pragma',
|
|
'Proxy-Authorization',
|
|
'Range',
|
|
'Referer',
|
|
'TE',
|
|
'User-Agent',
|
|
'Upgrade',
|
|
'Via',
|
|
'Warning',
|
|
];
|