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