Changelog
v0.3.2 2024/03/30
xior/utils
Changelog
v0.3.1 2024/03/25
request interceptors
, when error retry, retry with the latest request config from request interceptors
Changelog
v0.3.0 2024/03/24
content-type=application/x-www-form-urlencoded
, use formData to in body(previous put in url)_data
in request configencode
in options, use paramsSerializer
option insteadChangelog
v0.2.6 2024/03/22
headers: { 'content-type': 'application/x-www-form-urlencoded' }
, shouldn't post with bodyChangelog
v0.2.5 2024/03/20
error-retry
plugin default options override bugsrequestConfig
with plugins should always get latest config from requestinterceptors
Changelog
v0.2.4
mock
plugin not working after bundle