Search
Preparing search index...
The search index is not available
RxComp HttpModule
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
HttpInterceptorHandler
Class HttpInterceptorHandler
Hierarchy
HttpInterceptorHandler
Implements
HttpHandler
Index
Constructors
constructor
Methods
handle
Constructors
constructor
new
Http
Interceptor
Handler
(
next
:
HttpHandler
, interceptor
:
IHttpInterceptor
)
:
HttpInterceptorHandler
Parameters
next:
HttpHandler
interceptor:
IHttpInterceptor
Returns
HttpInterceptorHandler
Methods
handle
handle
(
req
:
HttpRequest
<
any
>
)
:
Observable
<
HttpEvent
<
any
>
>
Parameters
req:
HttpRequest
<
any
>
Returns
Observable
<
HttpEvent
<
any
>
>
Globals
Http
Interceptor
Handler
constructor
handle