Package 

Object HttpMethod.Companion

    • Method Summary

      Modifier and Type Method Description
      final HttpMethod fromString(String method) Given the string representation of the HTTP request method, returns the corresponding HttpMethod enum.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • fromString

         final HttpMethod fromString(String method)

        Given the string representation of the HTTP request method, returns the corresponding HttpMethod enum.