@contract-case/case-core-plugin-http
Version:
ContractCase core HTTP plugin, providing HTTP matchers and mocks
4 lines • 349 B
TypeScript
import { CoreHttpBasicAuthValueMatcher, HTTP_BASIC_AUTH_TYPE } from '@contract-case/case-core-plugin-http-dsl';
import { MatcherExecutor } from '@contract-case/case-plugin-base';
export declare const HttpBasicAuthMatcher: MatcherExecutor<typeof HTTP_BASIC_AUTH_TYPE, CoreHttpBasicAuthValueMatcher>;
//# sourceMappingURL=HttpBasicAuthMatcher.d.ts.map