Search
Preparing search index...
The search index is not available
@quenk/jhr
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
"request/index"
Delete
Class Delete<B>
Delete request.
Type parameters
B
Hierarchy
Post
<
B
>
Delete
Implements
Request
<
B
>
Index
Constructors
constructor
Properties
body
headers
method
options
path
Constructors
constructor
new
Delete
(
path
:
Path
, body
:
B
, headers
?:
OutgoingHeaders
, options
?:
Partial
<
Options
>
)
:
Delete
Parameters
path:
Path
body:
B
Default value
headers:
OutgoingHeaders
= {}
Default value
options:
Partial
<
Options
>
= { ttl: 0, tags: {}, context: {} }
Returns
Delete
Properties
body
body
:
B
headers
headers
:
OutgoingHeaders
method
method
:
Method
= Method.Delete
options
options
:
Partial
<
Options
>
path
path
:
Path
Globals
"request/index"
Delete
constructor
body
headers
method
options
path
Get
Head
Patch
Post
Put
Outgoing
Headers
Request
URIContext
Generated using
TypeDoc
Delete request.