UNPKG

1.48 kBJavaScriptView Raw
1import Snekfetch from './index.js';
2
3export default Snekfetch;
4
5export const version = Snekfetch.version;
6export const METHODS = Snekfetch.METHODS;
7
8export const acl = Snekfetch.acl;
9export const bind = Snekfetch.bind;
10export const checkout = Snekfetch.checkout;
11export const connect = Snekfetch.connect;
12export const copy = Snekfetch.copy;
13const _delete = Snekfetch.delete;
14export { _delete as delete };
15export const get = Snekfetch.get;
16export const head = Snekfetch.head;
17export const link = Snekfetch.link;
18export const lock = Snekfetch.lock;
19export const merge = Snekfetch.merge;
20export const mkactivity = Snekfetch.mkactivity;
21export const mkcalendar = Snekfetch.mkcalendar;
22export const mkcol = Snekfetch.mkcol;
23export const move = Snekfetch.move;
24export const notify = Snekfetch.notify;
25export const options = Snekfetch.options;
26export const patch = Snekfetch.patch;
27export const post = Snekfetch.post;
28export const propfind = Snekfetch.propfind;
29export const proppatch = Snekfetch.proppatch;
30export const purge = Snekfetch.purge;
31export const put = Snekfetch.put;
32export const rebind = Snekfetch.rebind;
33export const report = Snekfetch.report;
34export const search = Snekfetch.search;
35export const subscribe = Snekfetch.subscribe;
36export const trace = Snekfetch.trace;
37export const unbind = Snekfetch.unbind;
38export const unlink = Snekfetch.unlink;
39export const unlock = Snekfetch.unlock;
40export const unsubscribe = Snekfetch.unsubscribe;
41export const brew = Snekfetch.brew;