Package-level declarations
Types
Defines the structure and behavior for representing content types.
Represents an HTTP request with its associated properties.
Represents the body content of an HTTP request. It can either be a JSON payload or form data.
Represents an HTTP response including its metadata and body content.
Encapsulates the body content of an HTTP response.
Represents a URL structure, defining its essential parts.
Direct implementation of TracyHttpUrl.
Functions
Converts a ByteArray into a TracyHttpRequestBody based on the provided contentType. The given ByteArray is decoded according to the specified charset.
Converts the current MediaType instance into a corresponding TracyContentType instance.
Converts an instance of HttpUrl into a TracyHttpUrl object by extracting its scheme, host, and path segments, and constructing a new TracyHttpUrlImpl instance.