mirror of
https://github.com/axios/axios.git
synced 2026-04-11 14:21:59 +08:00
chore: add Location to CommonRequestHeadersList types (#7528)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
parent
f53ebf2198
commit
9df2cd3df7
@ -20,7 +20,8 @@ type CommonRequestHeadersList =
|
||||
| 'Content-Length'
|
||||
| 'User-Agent'
|
||||
| 'Content-Encoding'
|
||||
| 'Authorization';
|
||||
| 'Authorization'
|
||||
| 'Location';
|
||||
|
||||
type ContentType =
|
||||
| axios.AxiosHeaderValue
|
||||
|
||||
3
index.d.ts
vendored
3
index.d.ts
vendored
@ -132,7 +132,8 @@ type CommonRequestHeadersList =
|
||||
| "Content-Length"
|
||||
| "User-Agent"
|
||||
| "Content-Encoding"
|
||||
| "Authorization";
|
||||
| "Authorization"
|
||||
| "Location";
|
||||
|
||||
type ContentType =
|
||||
| AxiosHeaderValue
|
||||
|
||||
Loading…
Reference in New Issue
Block a user