prepareOptions
inline suspend fun <T : Any> HttpClient.prepareOptions(resource: T, builder: HttpRequestBuilder.() -> Unit = {}): HttpStatement
Content copied to clipboard
Prepares a HttpClient OPTIONS request, with a URL built from resource and the information from the builder