Creates an instance of Remote.
The Socket URL for the remote API
The collection of allowed HTTP methods
A mapping of prop names to their respective HTTP method
A mixin for default body/query options.
The Request ID.
The endpoint for the request.
The method for the request.
The request params.
A mixed-in ROUT.JSN.Body object to pass to the request.
Remove the listen of the last completed Request.
The Request ID.
The callback that handled the last Request.
Checks if the HMETHOD is valid.
The method for the request.
Executes all Remote DB reuests.
The endpoint for the request.
The method for the request.
The request params.
The body, files, and/or query options of the request.
Performs a Remote GET Request
The endpoint for the request
The request params
The query options of the request
Any miscellaneous options for the request
Performs a Remote PUT Request
The endpoint for the request
The request params
The body of the request
A possible list of File objects
Any miscellaneous options for the request
Performs a Remote POST Request
The endpoint for the request
The request params
The body of the request
Any miscellaneous options for the request
Gets a new Callback ID
A new Callback ID
Saves a new client session.
The client request object.
A plain-object of meta-data to save with the session.
Renews a client's near-expired session.
The client request object.
A plain-object of meta-data to save with the session.
Regenerates a client's current session.
The client request object.
Destroys a client's session.
The client request object.
Removes senstive-data from a client's session.
A client request object to sanitize.
A Request Object for Remote REST APIs using the
dffrnt.apiFramework.