Preparing search index...
The search index is not available
TESSA Web API
TESSA Web API
Application.Http
HttpInterceptorRequestContext
Interface HttpInterceptorRequestContext<Opt>
interface
HttpInterceptorRequestContext
<
Opt
extends
HttpOptions
=
HttpOptions
>
{
clientTypes
:
symbol
[]
;
options
:
Opt
;
request
:
Request
;
response
:
null
|
Response
;
url
:
string
;
clientTypeIs
(
...
types
:
symbol
[]
)
:
boolean
;
clientTypeOnlyIs
(
...
types
:
symbol
[]
)
:
boolean
;
urlIs
(
...
urls
:
(
string
|
RegExp
)
[]
)
:
boolean
;
}
Type Parameters
Opt
extends
HttpOptions
=
HttpOptions
Hierarchy
HttpInterceptorContextBase
HttpInterceptorRequestContext
Implemented by
HttpInterceptorContext
Index
Properties
client
Types
options
request
response
url
Methods
client
Type
Is
client
Type
Only
Is
url
Is
Properties
Readonly
client
Types
clientTypes
:
symbol
[]
Readonly
options
options
:
Opt
request
request
:
Request
response
response
:
null
|
Response
Readonly
url
url
:
string
Methods
client
Type
Is
clientTypeIs
(
...
types
:
symbol
[]
)
:
boolean
Parameters
...
types
:
symbol
[]
Returns
boolean
client
Type
Only
Is
clientTypeOnlyIs
(
...
types
:
symbol
[]
)
:
boolean
Parameters
...
types
:
symbol
[]
Returns
boolean
url
Is
urlIs
(
...
urls
:
(
string
|
RegExp
)
[]
)
:
boolean
Parameters
...
urls
: (
string
|
RegExp
)
[]
Returns
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
client
Types
options
request
response
url
Methods
client
Type
Is
client
Type
Only
Is
url
Is
TESSA Web API
Loading...