(source: HTTPSource, scope: string)
| 53 | filter<S extends HTTPSource>(predicate: (request: RequestOptions) => boolean): S; |
| 54 | select(category?: string): Stream<MemoryStream<Response> & ResponseStream>; |
| 55 | isolateSource(source: HTTPSource, scope: string): HTTPSource; |
| 56 | isolateSink(sink: Stream<RequestInput>, scope: string): Stream<RequestInput>; |
| 57 | } |
no outgoing calls
no test coverage detected