POST

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

Make a POST request.

Parameters

value

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

Constructors

POST
Link copied to clipboard
fun POST(value: String = "")

Properties

value
Link copied to clipboard
val value: String