OPTIONS

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class OPTIONS(@Language(value = "http-url-reference") val value: String = "")

Make an OPTIONS request

@OPTIONS
suspend fun getOptions(): HttpResponse

Properties

Link copied to clipboard

Relative or absolute URL of the endpoint.