HttpHandlerFn
Type Alias
Represents the next interceptor in an interceptor chain, or the real backend if there are no further interceptors.
API
Description
type HttpHandlerFn = (req: HttpRequest<unknown>) => Observable<HttpEvent<unknown>>
Jump to details