Uses of Enum Class
dev.resms.core.net.HttpMethod
Packages that use HttpMethod
-
Uses of HttpMethod in dev.resms.core.net
Methods in dev.resms.core.net that return HttpMethodModifier and TypeMethodDescriptionstatic 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.Methods in dev.resms.core.net with parameters of type HttpMethodModifier and TypeMethodDescriptionIHttpClient.perform(String path, String apiKey, HttpMethod method, String payload) Perform an HTTP request with the specified path, method, and payload. -
Uses of HttpMethod in dev.resms.core.net.impl
Methods in dev.resms.core.net.impl with parameters of type HttpMethodModifier and TypeMethodDescriptionHttpClient.perform(String path, String apiKey, HttpMethod method, String payload) Performs an HTTP request with the specified path, HTTP method, and payload.