LuciadRIA (2024.0.09)
@luciad/ria/util/HttpRequestOptions
HttpRequestParameters
Interface HttpRequestParameters
A type that represents HTTP request URL parameters.
Since
2023.1
interface
HttpRequestParameters
{
[
parameterName
:
string
]
:
string
|
number
|
boolean
|
null
|
undefined
;
}
Indexable
[
parameterName:
string
]:
string
|
number
|
boolean
|
null
|
undefined
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
A type that represents HTTP request URL parameters.
Since
2023.1