2
0
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:
Gabriel Quaresma
2026-04-07 14:55:58 -03:00
committed by GitHub
parent f53ebf2198
commit 9df2cd3df7
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -20,7 +20,8 @@ type CommonRequestHeadersList =
| 'Content-Length'
| 'User-Agent'
| 'Content-Encoding'
| 'Authorization';
| 'Authorization'
| 'Location';
type ContentType =
| axios.AxiosHeaderValue
Vendored
+2 -1
View File
@@ -132,7 +132,8 @@ type CommonRequestHeadersList =
| "Content-Length"
| "User-Agent"
| "Content-Encoding"
| "Authorization";
| "Authorization"
| "Location";
type ContentType =
| AxiosHeaderValue