Package

com.github.agourlay.cornichon

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. case class BadSessionHeadersEncoding(header: String) extends Exception with CornichonError with Product with Serializable

    Permalink
  2. trait BaseRequest extends AnyRef

    Permalink
  3. case class CornichonHttpResponse(status: Int, headers: Seq[(String, String)] = Nil, body: String) extends Product with Serializable

    Permalink
  4. trait HttpDsl extends HttpRequestsDsl

    Permalink
  5. sealed trait HttpError extends Exception with CornichonError

    Permalink
  6. case class HttpMethod(name: String) extends Product with Serializable

    Permalink
  7. case class HttpRequest[A](method: HttpMethod, url: String, body: Option[A], params: Seq[(String, String)], headers: Seq[(String, String)])(implicit evidence$1: Show[A], evidence$2: Resolvable[A], evidence$3: Encoder[A]) extends BaseRequest with Product with Serializable

    Permalink
  8. trait HttpRequestsDsl extends AnyRef

    Permalink
  9. class HttpService extends AnyRef

    Permalink
  10. case class HttpStream(name: String) extends Product with Serializable

    Permalink
  11. case class HttpStreamedRequest(stream: HttpStream, url: String, takeWithin: FiniteDuration, params: Seq[(String, String)], headers: Seq[(String, String)]) extends BaseRequest with Product with Serializable

    Permalink
  12. case class MalformedHeadersError(error: String) extends Exception with CornichonError with Product with Serializable

    Permalink
  13. case class PathExtractor(path: String, targetKey: String) extends ResponseExtractor with Product with Serializable

    Permalink
  14. case class QueryGQL(url: String, query: Document, operationName: Option[String] = None, variables: Option[Map[String, Json]] = None) extends Product with Serializable

    Permalink
  15. case class RequestError[A](request: A, e: Throwable)(implicit evidence$2: Show[A]) extends Exception with HttpError with Product with Serializable

    Permalink
  16. sealed trait ResponseExtractor extends AnyRef

    Permalink
  17. case class RootExtractor(targetKey: String) extends ResponseExtractor with Product with Serializable

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

    Permalink
  19. case class StatusNonExpected(expected: Int, response: CornichonHttpResponse) extends Exception with HttpError with Product with Serializable

    Permalink
  20. case class TimeoutErrorAfter[A](request: A, after: FiniteDuration)(implicit evidence$1: Show[A]) extends Exception with HttpError with Product with Serializable

    Permalink
  21. case class UnmarshallingResponseError(e: Throwable, response: String) extends Exception with HttpError with Product with Serializable

    Permalink
  22. case class WsUpgradeError(status: Int) extends Exception with HttpError with Product with Serializable

    Permalink

Value Members

  1. object HttpMethods

    Permalink
  2. object HttpRequest extends HttpRequestsDsl with Serializable

    Permalink
  3. object HttpService

    Permalink
  4. object HttpStreamedRequest extends Serializable

    Permalink
  5. object HttpStreams

    Permalink
  6. object NoOpExtraction extends ResponseExtractor

    Permalink
  7. package client

    Permalink
  8. package server

    Permalink
  9. package steps

    Permalink

Ungrouped