Url
class Url
Represents an immutable URL
Types
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Extensions
Link copied to clipboard
fun Url.copy(protocol: URLProtocol = this.protocol, host: String = this.host, specifiedPort: Int = this.specifiedPort, encodedPath: String = this.encodedPath, parameters: Parameters = this.parameters, fragment: String = this.fragment, user: String? = this.user, password: String? = this.password, trailingQuery: Boolean = this.trailingQuery): Url
Link copied to clipboard
Host:port pair, not normalized so port is always specified even if the port is schema's default
Link copied to clipboard
Checks if Url has absolute path.
Link copied to clipboard
Checks if Url has absolute path.
Link copied to clipboard
A Url protocol and authority.