Uses of Enum Class
cloud.opencode.base.web.http.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in cloud.opencode.base.web.http
Subclasses with type arguments of type HttpMethod in cloud.opencode.base.web.httpModifier and TypeClassDescriptionenumHTTP Method - HTTP Request Method Enumeration HTTP 方法 - HTTP 请求方法枚举Methods in cloud.opencode.base.web.http that return HttpMethodModifier and TypeMethodDescriptionstatic HttpMethodHttpMethod.fromString(String method) Parses method name to enum.static HttpMethodReturns the enum constant of this class with the specified name.static HttpMethod[]HttpMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.