UNPKG
@zhengxs/http
Version:
latest (0.0.1-rc.6)
next (0.0.1-rc.3)
0.0.1-rc.6
0.0.1-rc.5
0.0.1-rc.4
0.0.1-rc.3
0.0.1-rc.2
0.0.1-rc.1
0.0.1-rc.0
A lightweight cross-platform http request library
github.com/zhengxs2018/http
zhengxs2018/http
@zhengxs/http
/
dist
/
MultipartBody.cjs
3 lines
(2 loc)
•
165 B
JavaScript
View Raw
1
2
3
"use strict"
;
class
r
{
constructor
(
t
){
this
.
body
=t}get[
Symbol
.
toStringTag
](){
return
"MultipartBody"
}}
exports
.
MultipartBody
=r;
//# sourceMappingURL=MultipartBody.cjs.map