Preparing search index...
The search index is not available
ngify
ngify
@ngify/http
index
HttpHandler
Interface HttpHandler
interface
HttpHandler
{
handle
(
request
:
HttpRequest
<
any
>
)
:
Observable
<
HttpEvent
<
any
>
>
;
}
Hierarchy (
View Summary
)
HttpHandler
HttpBackend
Implemented by
HttpInterceptorHandler
Index
Methods
handle
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
Methods
handle
ngify
Loading...