Package

com.github.agourlay.cornichon

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. case class CornichonHttpResponse(status: StatusCode, headers: Seq[HttpHeader] = Nil, body: String) extends Product with Serializable

    Permalink
  2. class CornichonJson extends AnyRef

    Permalink
  3. sealed trait HttpError extends Exception with CornichonError

    Permalink
  4. class HttpService extends AnyRef

    Permalink
  5. case class ResponseError(e: Exception, response: HttpResponse) extends Exception with HttpError with Product with Serializable

    Permalink
  6. case class SseError(e: Exception) extends Exception with HttpError with Product with Serializable

    Permalink
  7. case class TimeoutError(msg: String) extends Exception with HttpError with Product with Serializable

    Permalink

Value Members

  1. object CornichonHttpResponse extends Serializable

    Permalink
  2. package client

    Permalink

Ungrouped