Preparing search index...
The search index is not available
handyacme
handyacme
AuthenticatedRequest
Class AuthenticatedRequest
Hierarchy
SimpleRequest
AuthenticatedRequest
Index
Constructors
constructor
Properties
account
agent
compress
content
Type
directory
follow
nonce
Pool
size
timeout
user
Agent
Accessors
default
Fetch
Option
Methods
fetch
get
head
nonce
post
post
As
Get
prepare
Jose
Protected
fetch
Constructors
constructor
new
Authenticated
Request
(
__namedParameters
:
Object
)
:
AuthenticatedRequest
Parameters
__namedParameters:
Object
Returns
AuthenticatedRequest
Properties
account
account
:
Account
agent
agent
:
Agent
compress
compress
:
boolean
= true
content
Type
content
Type
:
string
= "application/jose+json"
directory
directory
:
Directory
follow
follow
:
number
= 20
nonce
Pool
nonce
Pool
:
string
[]
= []
size
size
:
number
= 0
timeout
timeout
:
number
= 0
user
Agent
user
Agent
:
string
= "HandyAcme/1.0.0"
Accessors
default
Fetch
Option
get
defaultFetchOption
(
)
:
RequestInit
Returns
RequestInit
Methods
fetch
fetch
(
url
:
RequestInfo
, options
?:
RequestInit
)
:
Promise
<
Response
>
Parameters
url:
RequestInfo
Optional
options:
RequestInit
Returns
Promise
<
Response
>
get
get
(
url
:
RequestInfo
)
:
Promise
<
Response
>
Parameters
url:
RequestInfo
Returns
Promise
<
Response
>
head
head
(
url
:
RequestInfo
)
:
Promise
<
Response
>
Parameters
url:
RequestInfo
Returns
Promise
<
Response
>
nonce
nonce
(
)
:
Promise
<
string
>
Returns
Promise
<
string
>
post
post
(
url
:
any
, payload
?:
any
, options
?:
{}
)
:
Promise
<
Response
>
Parameters
url:
any
payload:
any
= undefined
options:
{}
= {}
Returns
Promise
<
Response
>
post
As
Get
post
As
Get
(
url
:
any
)
:
Promise
<
Response
>
Parameters
url:
any
Returns
Promise
<
Response
>
prepare
Jose
Protected
prepare
Jose
Protected
(
url
:
any
)
:
Promise
<
JoseProtected
>
Parameters
url:
any
Returns
Promise
<
JoseProtected
>
Static
fetch
fetch
(
url
:
RequestInfo
, options
?:
RequestInit
)
:
Promise
<
Response
>
Parameters
url:
RequestInfo
Optional
options:
RequestInit
Returns
Promise
<
Response
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
handyacme
Authenticated
Request
constructor
account
agent
compress
content
Type
directory
follow
nonce
Pool
size
timeout
user
Agent
default
Fetch
Option
fetch
get
head
nonce
post
post
As
Get
prepare
Jose
Protected
fetch
Generated using
TypeDoc