The Swifti request
object is an extension of the original Nodejs request object, with additional functionality for easier development.
Node’s request object.
Request method, it can be: “GET”, “POST”, “PUT”, “PATCH” and “DELETE”.
URL of the request.
Request header object.
Protocol of the request.
Hostname of the request.
Pathname of the request.
Query object of url.
Params object of url.