Class HttpMethod$

java.lang.Object
org.apache.pekko.http.scaladsl.model.HttpMethod$
All Implemented Interfaces:
Serializable

public class HttpMethod$ extends Object implements Serializable
See Also:
  • Field Details

    • MODULE$

      public static final HttpMethod$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • HttpMethod$

      public HttpMethod$()
  • Method Details

    • custom

      public HttpMethod custom(String name, boolean safe, boolean idempotent, RequestEntityAcceptance requestEntityAcceptance)
    • custom

      public HttpMethod custom(String name)
      Creates a custom method by name and assumes properties conservatively to be safe = false, idempotent = false and requestEntityAcceptance = Expected.
      Parameters:
      name - (undocumented)
      Returns:
      (undocumented)