java.lang.Object
org.springframework.cloud.contract.spec.internal.HttpMethods

public final class HttpMethods extends Object
Contains Http Methods.
Since:
1.0.2
Author:
Marcin Grzejszczak, Tim Ysewyn
  • Field Details

    • GET

      public static String GET
      The HTTP GET method.
    • POST

      public static String POST
      The HTTP POST method.
    • PUT

      public static String PUT
      The HTTP PUT method.
    • PATCH

      public static String PATCH
      The HTTP PATCH method.
    • DELETE

      public static String DELETE
      The HTTP DELETE method.
    • OPTIONS

      public static String OPTIONS
      The HTTP OPTIONS method.
    • TRACE

      public static String TRACE
      The HTTP TRACE method.
  • Constructor Details

    • HttpMethods

      public HttpMethods()