TracyHttpResponse
Represents an HTTP response including its metadata and body content.
Properties
Link copied to clipboard
The body of the HTTP response, encapsulated in a TracyHttpResponseBody object, which can represent different response formats, such as JSON.
Link copied to clipboard
The content type of the HTTP response, specifying the media type of the body. This value may be null if the content type is not specified.
Link copied to clipboard
The URL associated with the HTTP response (i.e., where the initial request was made to).