wcr-axios
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

处理 url 参数

参数值为数组,对象, Date 类型,#特殊字符支持,空值忽略,#丢弃 url 中的哈希标记,保留 url 中已存在的参数

处理请求 body 参数

我们通过执行 XMLHttpRequest 对象实例的 send 方法来发送请求,并通过该方法的参数设置请求 body 数据,

我们发现 send 方法的参数支持 Document 和 BodyInit 类型,BodyInit 包括了 Blob, BufferSource, FormData, URLSearchParams, ReadableStream、USVString,当没有数据的时候,我们还可以传入 null。

处理 header 参数

Readme

Keywords

none

Package Sidebar

Install

npm i wcr-axios

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

177 kB

Total Files

61

Last publish

Collaborators

  • changren