Class: IncomingRequestData

IncomingRequestData(req)

new IncomingRequestData(req)

Represents an incoming HTTP/HTTPS call.
Parameters:
Name Type Description
req http.IncomingMessage | https.IncomingMessage The request object from the HTTP/HTTPS call.
Source:

Methods

close(res)

Closes the local and automatically captures the response data.
Parameters:
Name Type Description
res http.ServerResponse | https.ServerResponse The response object from the HTTP/HTTPS call.
Source: