Preparing search index...
The search index is not available
TESSA Web API
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Modules
Application.
App
Application.DI
DI_
Interfaces
Application.
Extensions
Application.
Http
Application.
Localization
Application.
Session
Core.
Annotation
Core.
Common
Core.
Debug
Core.
Error
Core.
Formatting
Core.
Guid
Core.
Scope
Core.
Serialization
Core.
Storage
Core.
Validation
Platform.
Business
Calendar
Business
Calendar
Request
Types
Calendar
Days
Platform.
Cards
Platform.
Cards.
Common
Platform.
Cards.
Extensions
Platform.
Cards.
Metadata
Platform.
Cards.
Service
Platform.
Cards.
Types
Platform.
Cards.
Validation
Platform.
Cards.
Workflow
Platform.
Content
Platform.
Content.
Avatar
Platform.
Files
Platform.
Formatting
Platform.
Forums
Platform.
Initialization
Platform.
Operations
Platform.
Placeholders
Platform.
Scheme
Platform.
Tags
Platform.
Validation
Platform.
Views
Platform.
Views.
Export
Platform.
Views.
Extensions
Platform.
Views.
Metadata
Platform.
Views.
Search
Queries
Platform.
Views.
Service
Platform.
Workflow
Platform.
Workflow.
Kr
Process
Platform.
Workflow.
Signals
Platform.
Workplaces
Platform.
Workplaces.
Extensions
Platform.
Workplaces.
Metadata
Platform.
Workplaces.
Service
Platform.
Workplaces.
Visitors
UI.
Common
UI.
View
Model
TESSA Web API
Application.Http
HttpClient
Class HttpClient<Opt, Exc>
Type Parameters
Opt
extends
HttpOptions
=
HttpOptions
Exc
extends
IHttpExecutor
=
IHttpExecutor
Hierarchy
HttpClient
ApiClient
Implements
IHttpClient
<
Opt
>
Index
Constructors
constructor
Properties
default
Hooks
Methods
delete
get
get
Url
head
patch
post
put
request
Constructors
constructor
new
Http
Client
<
Opt
,
Exc
>
(
_extensionContainer
?:
null
|
IExtensionContainer
, hooksProvider
?:
null
|
IHttpInterceptorHooksProvider
<
HttpOptions
>
)
:
HttpClient
<
Opt
,
Exc
>
Type Parameters
Opt
extends
HttpOptions
=
HttpOptions
Exc
extends
IHttpExecutor
=
IHttpExecutor
Parameters
_extensionContainer:
null
|
IExtensionContainer
= null
hooksProvider:
null
|
IHttpInterceptorHooksProvider
<
HttpOptions
>
= null
Returns
HttpClient
<
Opt
,
Exc
>
Properties
default
Hooks
default
Hooks
:
Partial
<
Omit
<
HttpInterceptor
<
HttpOptions
>
,
keyof
Extension
<
ExtensionContext
>
>
>
[]
Methods
delete
delete
(
url
:
HttpInput
, options
?:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
)
:
Exc
Parameters
url:
HttpInput
Optional
options:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
Returns
Exc
get
get
(
url
:
HttpInput
, options
?:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
)
:
Exc
Parameters
url:
HttpInput
Optional
options:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
Returns
Exc
get
Url
get
Url
(
url
:
HttpInput
, options
?:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
)
:
Promise
<
string
>
Parameters
url:
HttpInput
Optional
options:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
Returns
Promise
<
string
>
head
head
(
url
:
HttpInput
, options
?:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
)
:
Exc
Parameters
url:
HttpInput
Optional
options:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
Returns
Exc
patch
patch
(
url
:
HttpInput
, options
?:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
)
:
Exc
Parameters
url:
HttpInput
Optional
options:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
Returns
Exc
post
post
(
url
:
HttpInput
, options
?:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
)
:
Exc
Parameters
url:
HttpInput
Optional
options:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
Returns
Exc
put
put
(
url
:
HttpInput
, options
?:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
)
:
Exc
Parameters
url:
HttpInput
Optional
options:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
Returns
Exc
request
request
(
url
:
HttpInput
, options
?:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
)
:
Exc
Parameters
url:
HttpInput
Optional
options:
Omit
<
Opt
,
"headers"
>
&
{
headers
?:
HeadersInit
;
}
Returns
Exc
Generated using
TypeDoc