inline suspend fun <T : Any> HttpClient.options(resource: T, builder: HttpRequestBuilder.() -> Unit = {}): HttpResponse(source) Executes a HttpClient OPTIONS request, with a URL built from resource and the information from the builder
Report a problem