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

feat: replace axios with undici, allow the user to provide custom HTTP client implementation #17

Merged
merged 3 commits into from
Jul 21, 2022

Conversation

kffl
Copy link
Owner

@kffl kffl commented Jul 21, 2022

This PR removes the axios dependency and replaces it with undici. On top of that, it enables the users to provide a custom HTTP client implementation via the customHttpClient options key.

Resolves #16

@kffl kffl merged commit 496284f into master Jul 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[q] Way to axios as default library for http requests?
1 participant