Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jakedahm
/
axios
Public
forked from
axios/axios
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
axios
lib
adapters
on
v0.13.0
User selector
All users
All time
Commit history
Commits on Jul 9, 2016
Changing adapter signature to receive config and return promises
rubennorte
committed
157efd5
View commit details
Copy full SHA for 157efd5
View code at this point
Browse repository at this point
Commits on Jun 23, 2016
Move transform response logic from adapters to dispatcher
mzabriskie
committed
10eb238
View commit details
Copy full SHA for 10eb238
View code at this point
Browse repository at this point
Only use if it's a function
mzabriskie
committed
7a12f36
View commit details
Copy full SHA for 7a12f36
View code at this point
Browse repository at this point
Commits on Jun 13, 2016
Improve error handling
nickuraltsev
committed
91dae3c
View commit details
Copy full SHA for 91dae3c
View code at this point
Browse repository at this point
Commits on Jun 1, 2016
Moving settle & transformData from helpers/ -> core/
mzabriskie
committed
203cbc2
View commit details
Copy full SHA for 203cbc2
View code at this point
Browse repository at this point
Adding README to modules
mzabriskie
committed
eea790b
View commit details
Copy full SHA for eea790b
View code at this point
Browse repository at this point
Resolving conflicts and modifying http adapter to not change status code error range
nickuraltsev
committed
4e7ca3d
View commit details
Copy full SHA for 4e7ca3d
View code at this point
Browse repository at this point
Commits on May 19, 2016
Resolving merge conflicts
nickuraltsev
committed
94a2128
View commit details
Copy full SHA for 94a2128
View code at this point
Browse repository at this point
Commits on May 4, 2016
Only set empty handlers for IE CORS support if using XDomainRequest
stevenp
committed
f32b5a6
View commit details
Copy full SHA for f32b5a6
View code at this point
Browse repository at this point
Commits on Apr 26, 2016
Merge pull request #299 from nickuraltsev/array-buffer-fix
Show description for aeac3e1
mzabriskie
committed
aeac3e1
View commit details
Copy full SHA for aeac3e1
View code at this point
Browse repository at this point
Allow custom HTTP status code error ranges (#308)
Show description for fa9444e
nickuraltsev
authored and
mzabriskie
committed
fa9444e
View commit details
Copy full SHA for fa9444e
View code at this point
Browse repository at this point
Commits on Apr 22, 2016
Choose between follow-redirects or core
dublx
committed
a04077a
View commit details
Copy full SHA for a04077a
View code at this point
Browse repository at this point
Commits on Apr 19, 2016
Fixing handling of compression errors
JoshZA
committed
716e487
View commit details
Copy full SHA for 716e487
View code at this point
Browse repository at this point
Commits on Apr 18, 2016
Fix issue with ArrayBuffer
nickuraltsev
committed
4d83ba9
View commit details
Copy full SHA for 4d83ba9
View code at this point
Browse repository at this point
Commits on Apr 15, 2016
Add support for Stream
nickuraltsev
committed
d23f9d5
View commit details
Copy full SHA for d23f9d5
View code at this point
Browse repository at this point
Commits on Apr 8, 2016
Fix request path for proxied requests
nickuraltsev
committed
4de17bc
View commit details
Copy full SHA for 4de17bc
View code at this point
Browse repository at this point
Added proxy option to http.js
msangui
authored and
nickuraltsev
committed
775ca3e
View commit details
Copy full SHA for 775ca3e
View code at this point
Browse repository at this point
Commits on Apr 1, 2016
Merge pull request #200 from AurelioDeRosa/patch-1
Show description for a913ea5
nickuraltsev
committed
a913ea5
View commit details
Copy full SHA for a913ea5
View code at this point
Browse repository at this point
Commits on Mar 29, 2016
Fixing xhr.js for WebWorker env
Show description for 8972ea5
Deamon87
committed
8972ea5
View commit details
Copy full SHA for 8972ea5
View code at this point
Browse repository at this point
Commits on Mar 28, 2016
Fix xhr for webworker env
Show description for aaca124
Deamon87
committed
aaca124
View commit details
Copy full SHA for aaca124
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
Adding config option to restrict based on the size of the response co…
bomsy
committed
fefa23a
View commit details
Copy full SHA for fefa23a
View code at this point
Browse repository at this point
Commits on Mar 9, 2016
Gettings tests passing for IE9
mzabriskie
committed
4d2f9c2
View commit details
Copy full SHA for 4d2f9c2
View code at this point
Browse repository at this point
Commits on Mar 7, 2016
A bit of code cleanup
mzabriskie
committed
0da38da
View commit details
Copy full SHA for 0da38da
View code at this point
Browse repository at this point
Commits on Mar 6, 2016
Expose XHR instance
Show description for ab361ac
AurelioDeRosa
committed
ab361ac
View commit details
Copy full SHA for ab361ac
View code at this point
Browse repository at this point
Resolving merge conflicts
mzabriskie
committed
5fc59a6
View commit details
Copy full SHA for 5fc59a6
View code at this point
Browse repository at this point
Merge pull request #251 from ruchigoyal2005/master
Show description for 84755d1
mzabriskie
committed
84755d1
View commit details
Copy full SHA for 84755d1
View code at this point
Browse repository at this point
Merge pull request #249 from ctimmerm/ie8-onreadystatechange
Show description for 3c25942
mzabriskie
committed
3c25942
View commit details
Copy full SHA for 3c25942
View code at this point
Browse repository at this point
Updating dependencies
mzabriskie
committed
6d84717
View commit details
Copy full SHA for 6d84717
View code at this point
Browse repository at this point
Commits on Mar 3, 2016
Merge pull request #227 from rogeriochaves/master
Show description for 32080df
mzabriskie
committed
32080df
View commit details
Copy full SHA for 32080df
View code at this point
Browse repository at this point
Commits on Mar 2, 2016
Merge pull request #252 from ajcrites/basic-auth-245
Show description for 8d51b68
mzabriskie
committed
8d51b68
View commit details
Copy full SHA for 8d51b68
View code at this point
Browse repository at this point
Uses the same timeout error message on XHR adapter than HTTP adapter
rogeriochaves
committed
ed4a4dc
View commit details
Copy full SHA for ed4a4dc
View code at this point
Browse repository at this point
Commits on Feb 29, 2016
IE9 fix for cors api calls are timing out prematurely
ruchigoyal2005
committed
1696d1c
View commit details
Copy full SHA for 1696d1c
View code at this point
Browse repository at this point
Fixed axios promise rejection for cors api calls in IE9
ruchigoyal2005
committed
29f5b9b
View commit details
Copy full SHA for 29f5b9b
View code at this point
Browse repository at this point
Fixing 245:
Show description for 116f5fc
ajcrites
committed
116f5fc
View commit details
Copy full SHA for 116f5fc
View code at this point
Browse repository at this point
Fixing 245:
Show description for 76cb7ee
ajcrites
committed
76cb7ee
View commit details
Copy full SHA for 76cb7ee
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.