Associated HTTP request object
Source position: httpdefs.pp line 616
public property TResponse.Request : TRequest read FRequest;
Request contains a reference to the HTTP request object that this response is answering. This provides access to the original request data for response generation.