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'
|
| 'Content-Length'
|
||||||
| 'User-Agent'
|
| 'User-Agent'
|
||||||
| 'Content-Encoding'
|
| 'Content-Encoding'
|
||||||
| 'Authorization';
|
| 'Authorization'
|
||||||
|
| 'Location';
|
||||||
|
|
||||||
type ContentType =
|
type ContentType =
|
||||||
| axios.AxiosHeaderValue
|
| axios.AxiosHeaderValue
|
||||||
|
|||||||
Vendored
+2
-1
@@ -132,7 +132,8 @@ type CommonRequestHeadersList =
|
|||||||
| "Content-Length"
|
| "Content-Length"
|
||||||
| "User-Agent"
|
| "User-Agent"
|
||||||
| "Content-Encoding"
|
| "Content-Encoding"
|
||||||
| "Authorization";
|
| "Authorization"
|
||||||
|
| "Location";
|
||||||
|
|
||||||
type ContentType =
|
type ContentType =
|
||||||
| AxiosHeaderValue
|
| AxiosHeaderValue
|
||||||
|
|||||||
Reference in New Issue
Block a user