@villedemontreal/http-request
Version:
HTTP utilities - send HTTP requests with proper headers, etc.
10 lines • 321 B
TypeScript
/**
* Call this when your need to set
* *Testing* configurations to the current
* library, without the need for a calling code
* to do so.
*
* A test Correlation Id will be used!
*/
export declare function setTestingConfigurations(caseSensitive?: boolean): void;
//# sourceMappingURL=testingConfigurations.d.ts.map