@fmal/http-service
Version:
A HTTP service - orignally @cerebral/http
7 lines • 365 B
JavaScript
export { default as httpDelete } from './httpDelete';
export { default as httpGet } from './httpGet';
export { default as httpPatch } from './httpPatch';
export { default as httpPost } from './httpPost';
export { default as httpPut } from './httpPut';
export { default as httpUploadFile } from './httpUploadFile';
export { default as httpAbort } from './httpAbort';