Custom Http
class CustomHttp( val path: String, val httpMethod: HttpMethod, val hasBody: Boolean = false) : HttpMethodAnnotation
Content copied to clipboard
Constructors
Link copied to clipboard
fun CustomHttp( path: String, httpMethod: HttpMethod, hasBody: Boolean = false)
Content copied to clipboard