skinny.micro

constant

package constant

Visibility
  1. Public
  2. All

Type Members

  1. case class ExtensionMethod(name: String) extends HttpMethod with Product with Serializable

  2. sealed trait HttpMethod extends AnyRef

  3. abstract class HttpVersion extends Ordered[HttpVersion]

    HTTP protocol version.

  4. sealed trait Scheme extends AnyRef

    Scheme.

Value Members

  1. object Connect extends HttpMethod with Product with Serializable

  2. object Delete extends HttpMethod with Product with Serializable

  3. object Get extends HttpMethod with Product with Serializable

  4. object Head extends HttpMethod with Product with Serializable

  5. object Http extends Scheme with Product with Serializable

    HTTP

  6. object Http10 extends HttpVersion

    HTTP/1.

  7. object Http11 extends HttpVersion

    HTTP/1.

  8. object HttpMethod

  9. object Https extends Scheme with Product with Serializable

    HTTPS

  10. object Options extends HttpMethod with Product with Serializable

  11. object Patch extends HttpMethod with Product with Serializable

  12. object Post extends HttpMethod with Product with Serializable

  13. object Put extends HttpMethod with Product with Serializable

  14. object Trace extends HttpMethod with Product with Serializable

Ungrouped