Package-level declarations

Types

Link copied to clipboard
object HttpClient

HTTP client singleton object.

Functions

Link copied to clipboard
suspend fun get(url: String): HttpResponse

Make a GET request

Link copied to clipboard
suspend fun post(url: String, body: Any? = null): HttpResponse

Make a POST request