PUT

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

Make a PUT request.

Parameters

value

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

Constructors

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

Properties

value
Link copied to clipboard
val value: String