Package 

Enum HttpMethod

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public enum HttpMethod
    extends Enum<HttpMethod>
                        

    Supported HTTP methods.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class HttpMethod.Companion
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      PATCH

      HTTP PATCH method.

      OPTIONS

      HTTP OPTIONS method.

      TRACE

      HTTP TRACE method.

      DELETE

      HTTP DELETE method.

      PUT

      HTTP PUT method.

      POST

      HTTP POST method.

      HEAD

      HTTP HEAD method.

      GET

      HTTP GET method.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait