Constructor
new Request(body)
Creates a Request object as a wrapper of a client's request object.
Parameters:
Name | Type | Description |
---|---|---|
body |
Object | client's request object |
- Source:
Members
body :Object
The client's request itself (request body).
Type:
- Object
- Source:
promise :Promise
The client request's Promise.
Type:
- Promise
- Source:
reject :function
The client request Promise's reject function.
Type:
- function
- Source:
resolve :function
The client request Promise's resolve function.
Type:
- function
- Source: