Package

skinny.micro

constant

Permalink

package constant

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. sealed trait HttpMethod extends AnyRef

    Permalink
  3. abstract class HttpVersion extends Ordered[HttpVersion]

    Permalink

    HTTP protocol version.

  4. sealed trait Scheme extends AnyRef

    Permalink

    Scheme.

Value Members

  1. object Connect extends HttpMethod with Product with Serializable

    Permalink
  2. object Delete extends HttpMethod with Product with Serializable

    Permalink
  3. object Get extends HttpMethod with Product with Serializable

    Permalink
  4. object Head extends HttpMethod with Product with Serializable

    Permalink
  5. object Http extends Scheme with Product with Serializable

    Permalink

    HTTP

  6. object Http10 extends HttpVersion

    Permalink

    HTTP/1.0

  7. object Http11 extends HttpVersion

    Permalink

    HTTP/1.1

  8. object HttpMethod

    Permalink
  9. object Https extends Scheme with Product with Serializable

    Permalink

    HTTPS

  10. object Options extends HttpMethod with Product with Serializable

    Permalink
  11. object Patch extends HttpMethod with Product with Serializable

    Permalink
  12. object Post extends HttpMethod with Product with Serializable

    Permalink
  13. object Put extends HttpMethod with Product with Serializable

    Permalink
  14. object Trace extends HttpMethod with Product with Serializable

    Permalink

Ungrouped