Package-level declarations
Types
Link copied to clipboard
class HttpUrlBuilder
A builder for constructing HTTP URLs. This class allows for the configuration of scheme, host, port, path and query parameters to build a URI.
Functions
Link copied to clipboard
Link copied to clipboard
This function provides a Kotlin domain-specific language (DSL) for building a URI. By using Kotlin's function literals with receiver, it enables a more expressive, English-like syntax when creating a URI.