Package

algolia

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. sealed trait HttpVerb extends AnyRef

    Permalink

Value Members

  1. object DELETE extends HttpVerb with Product with Serializable

    Permalink
  2. object GET extends HttpVerb with Product with Serializable

    Permalink
  3. object POST extends HttpVerb with Product with Serializable

    Permalink
  4. object PUT extends HttpVerb with Product with Serializable

    Permalink

Ungrouped