/**
 * 專案名稱： @wistroni40/bnft
 * 部門代號： ML8100
 * 檔案說明： HTTP方法匯出點
 * @CREATE Thu Jan 21 2021 下午2:02:07
 * @author Steve Y Lin
 * @contact Steve_Y_Lin@wistron.com #1342
 * -----------------------------------------------------------------------------
 * @NOTE
 */

export * from './http-delete';
export * from './http-get';
export * from './http-head';
export * from './http-patch';
export * from './http-post';
export * from './http-put';
export * from './http.adapter';
