UNPKG

@villedemontreal/http-request

Version:

HTTP utilities - send HTTP requests with proper headers, etc.

9 lines (7 loc) 272 B
export * from './httpUtils'; // ========================================== // We do not export the configs instance itself, // only the "init()" method, so we can define // required parameters. // ========================================== export * from './config/init';