@serenity-js/rest
Version:
Serenity/JS Screenplay Pattern library for interacting with REST and other HTTP-based services, supporting comprehensive API testing and blended testing scenarios
11 lines • 374 B
TypeScript
import type * as http from 'http';
import type { AxiosRequestConfigDefaults } from './AxiosRequestConfigDefaults';
/**
* @param options
*/
export declare function axiosProxyOverridesFor<Data = any>(options: AxiosRequestConfigDefaults<Data>): {
proxy: false;
httpAgent: http.Agent;
httpsAgent: http.Agent;
};
//# sourceMappingURL=axiosProxyOverridesFor.d.ts.map