ngify
Preparing search index...
@ngify/http
index
HttpParams
Class HttpParams
Index
Constructors
constructor
Methods
append
append
All
delete
get
get
All
has
keys
set
to
String
Constructors
constructor
new
HttpParams
(
source
?:
|
null
|
string
|
{
[
param
:
string
]:
|
string
|
number
|
boolean
|
readonly
(
string
|
number
|
boolean
)
[]
;
}
,
options
?:
{
encoder
?:
HttpParameterCodec
}
,
)
:
HttpParams
Parameters
Optional
source
:
|
null
|
string
|
{
[
param
:
string
]:
|
string
|
number
|
boolean
|
readonly
(
string
|
number
|
boolean
)
[]
;
}
Optional
options
:
{
encoder
?:
HttpParameterCodec
}
Returns
HttpParams
Methods
append
append
(
param
:
string
,
value
:
string
|
number
|
boolean
)
:
HttpParams
Parameters
param
:
string
value
:
string
|
number
|
boolean
Returns
HttpParams
append
All
appendAll
(
params
:
{
[
param
:
string
]:
|
string
|
number
|
boolean
|
readonly
(
string
|
number
|
boolean
)
[]
;
}
,
)
:
HttpParams
Parameters
params
:
{
[
param
:
string
]:
|
string
|
number
|
boolean
|
readonly
(
string
|
number
|
boolean
)
[]
;
}
Returns
HttpParams
delete
delete
(
param
:
string
,
value
?:
string
|
number
|
boolean
)
:
HttpParams
Parameters
param
:
string
Optional
value
:
string
|
number
|
boolean
Returns
HttpParams
get
get
(
param
:
string
)
:
null
|
string
Parameters
param
:
string
Returns
null
|
string
get
All
getAll
(
param
:
string
)
:
null
|
string
[]
Parameters
param
:
string
Returns
null
|
string
[]
has
has
(
param
:
string
)
:
boolean
Parameters
param
:
string
Returns
boolean
keys
keys
()
:
string
[]
Returns
string
[]
set
set
(
param
:
string
,
value
:
string
|
number
|
boolean
|
readonly
(
string
|
number
|
boolean
)
[]
,
)
:
HttpParams
Parameters
param
:
string
value
:
string
|
number
|
boolean
|
readonly
(
string
|
number
|
boolean
)
[]
Returns
HttpParams
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
append
append
All
delete
get
get
All
has
keys
set
to
String
ngify
Loading...