OPTIONS

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class OPTIONS(value: String)

Make an OPTIONS request.

Parameters

value

relative url path, if empty, you need to have a parameter with Url

Constructors

OPTIONS
Link copied to clipboard
fun OPTIONS(value: String)

Properties

value
Link copied to clipboard
val value: String