-
public class HttpMethod.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static HttpMethod.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final HttpMethodfromString(String method)Given the string representation of the HTTP request method, returns the corresponding HttpMethod enum. -
-
Method Detail
-
fromString
final HttpMethod fromString(String method)
Given the string representation of the HTTP request method, returns the corresponding HttpMethod enum.
-
-
-
-