TracyHttpRequest
Represents an HTTP request with its associated properties.
Properties
Link copied to clipboard
The body of the request, containing the actual data to be sent. This can be represented as JSON or form data.
Link copied to clipboard
The content type of the request, indicating the type of data included in the body.
Link copied to clipboard
The URL to which the request is sent. This includes the scheme, host, and path segments.