Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix TS definition for AxiosRequestTransformer #4201

Merged
merged 2 commits into from May 4, 2022

Commits on Oct 19, 2021

  1. Fix TS definition for AxiosRequestTransformer

    The callback `AxiosRequestTransformer` can always expect its `headers`
    parameter to be defined. This is ensured immediately before the callback
    is made.
    See: https://github.com/axios/axios/blob/1025d1231a7747503188459dd5a6d1effdcea928/lib/core/dispatchRequest.js#L32-L40
    brianhelba committed Oct 19, 2021
    Copy the full SHA
    9263303 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Copy the full SHA
    512703a View commit details
    Browse the repository at this point in the history