mirror of
https://github.com/tenrok/axios.git
synced 2026-06-17 19:21:29 +03:00
chore: add Location to CommonRequestHeadersList types (#7528)
Co-authored-by: Jay <jasonsaayman@gmail.com>
This commit is contained in:
+2
-1
@@ -20,7 +20,8 @@ type CommonRequestHeadersList =
|
||||
| 'Content-Length'
|
||||
| 'User-Agent'
|
||||
| 'Content-Encoding'
|
||||
| 'Authorization';
|
||||
| 'Authorization'
|
||||
| 'Location';
|
||||
|
||||
type ContentType =
|
||||
| axios.AxiosHeaderValue
|
||||
|
||||
Vendored
+2
-1
@@ -132,7 +132,8 @@ type CommonRequestHeadersList =
|
||||
| "Content-Length"
|
||||
| "User-Agent"
|
||||
| "Content-Encoding"
|
||||
| "Authorization";
|
||||
| "Authorization"
|
||||
| "Location";
|
||||
|
||||
type ContentType =
|
||||
| AxiosHeaderValue
|
||||
|
||||
Reference in New Issue
Block a user