Preparing search index...
The search index is not available
ngify
ngify
@ngify/http
index
HttpInterceptorHandler
Class HttpInterceptorHandler
Implements
HttpHandler
Index
Constructors
constructor
Methods
handle
Constructors
constructor
new
HttpInterceptorHandler
(
backend
:
HttpBackend
,
interceptorFns
?:
HttpInterceptorFn
[]
,
)
:
HttpInterceptorHandler
Parameters
backend
:
HttpBackend
interceptorFns
:
HttpInterceptorFn
[]
= []
Returns
HttpInterceptorHandler
Methods
handle
handle
(
request
:
HttpRequest
<
any
>
)
:
Observable
<
HttpEvent
<
any
>
>
Parameters
request
:
HttpRequest
<
any
>
Returns
Observable
<
HttpEvent
<
any
>
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
handle
ngify
Loading...