httpMethod

fun ImageRequest.Builder.httpMethod(method: String): ImageRequest.Builder

Set the HTTP request method for any network operations performed by this image request.


val ImageRequest.httpMethod: String
val Options.httpMethod: String
val Extras.Key.Companion.httpMethod: Extras.Key<String>