Willian Agostini

Results 18 issues of Willian Agostini

When a fix issue is opened from branch v1.x, should I make a PR for main, v1.x or both branches? When has a feat issue, which branch must use to...

Fixes #4879. Changed links from ```...blob/master...``` to ```...blob/main...``` from all project files.

Fixes https://github.com/axios/axios/issues/4858 As described by https://github.com/axios/axios/issues/4858 there are problems that was loosing request headers. Fix the error when pass headers parameters from class. ```js class Header {}; let myHeaders =...

Fixes [#4959](https://github.com/axios/axios/issues/4959) Docs: [automatic-serialization-to-formdata](https://github.com/axios/axios#-automatic-serialization-to-formdata) Allow indexes to receive null value. ```js axios.create({ headers: { 'Content-Type': 'application/json', }, formSerializer: { indexes: null, }, paramsSerializer: { indexes: null, }, }); ``` Axios...

Fixes [4959](https://github.com/axios/axios/issues/4959) Docs: [automatic-serialization-to-formdata](https://github.com/axios/axios#-automatic-serialization-to-formdata) Allow indexes to receive null value. ```js axios.create({ headers: { 'Content-Type': 'application/json', }, formSerializer: { indexes: null, }, paramsSerializer: { indexes: null, }, }); ```

Add a new type for MethodsHeaders in AxiosRequestHeaders

adjust to increment port based on id | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no...

Fixes #5657 Changed for interceptors.request and interceptors.response to be executed in the same order

priority::low
pr::fix

Closes https://github.com/axios/axios/issues/5703 Added getSetCookie method.

Fixes #5924 Now support reviver on parse the response