Package-level declarations

Types

Link copied to clipboard
interface HttpClient

Interface for HTTP client implementations.

Link copied to clipboard

Configuration class for creating a default Ktor HTTP client with standard settings.

Link copied to clipboard
interface HttpRequest

Interface for building HTTP requests.

Link copied to clipboard
interface HttpResponse

Interface for accessing HTTP response data.

Functions

Link copied to clipboard

Extension function to check if the HTTP status code represents a successful response.