Package-level declarations
Types
Functions
Link copied to clipboard
Creates a DELETE request to the specified URL.
Link copied to clipboard
Creates a GET request to the specified URL.
Link copied to clipboard
Creates a HEAD request to the specified URL.
Link copied to clipboard
Creates a OPTIONS request to the specified URL.
Link copied to clipboard
Creates a PATCH request to the specified URL.
Link copied to clipboard
Creates a POST request to the specified URL.
Link copied to clipboard
Creates a PUT request to the specified URL.
Link copied to clipboard
fun Klopik.Companion.request(method: Method, url: String, options: RequestOptions.() -> Unit = {}): Request
Creates a request to the specified URL with the specified method and options.