UNPKG

300 BTypeScriptView Raw
1import { ApolloLink, RequestHandler } from '../core';
2import { HttpOptions } from './selectHttpOptionsAndBody';
3export declare class HttpLink extends ApolloLink {
4 options: HttpOptions;
5 requester: RequestHandler;
6 constructor(options?: HttpOptions);
7}
8//# sourceMappingURL=HttpLink.d.ts.map
\No newline at end of file