mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-11 12:11:04 +00:00
Fix #58
This commit is contained in:
parent
8876f30837
commit
1a272bd49a
|
@ -875,12 +875,13 @@ function _delete(url, params, headers) {
|
|||
return create().setHeaders(headers).setParameters(params).setUseCache(false)._delete(url).responseBody;
|
||||
}
|
||||
|
||||
exports.create = create;
|
||||
exports.get = get;
|
||||
exports.post = post;
|
||||
exports.patch = patch;
|
||||
exports.put = put;
|
||||
exports._delete = _delete;
|
||||
|
||||
exports.VERSIONINFO = "HTTP Lib (http.js) version 0.7.3";
|
||||
exports.VERSIONINFO = "HTTP Lib (http.js) version 0.7.4";
|
||||
exports.global = global;
|
||||
exports.require = global.require;
|
||||
|
|
Loading…
Reference in New Issue
Block a user