Package

com.github.agourlay.cornichon

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. trait BaseRequest extends AnyRef

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

    Permalink
  3. trait HttpDsl extends HttpRequestsDsl

    Permalink
  4. sealed trait HttpError extends Exception with CornichonError with NoStackTrace

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

    Permalink
  6. 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
  7. trait HttpRequestsDsl extends AnyRef

    Permalink
  8. class HttpService extends AnyRef

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

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

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

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

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

    Permalink
  14. case class RequestError(e: Throwable, url: String) extends Exception with HttpError with Product with Serializable

    Permalink
  15. sealed trait ResponseExtractor extends AnyRef

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

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

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

    Permalink
  19. case class TimeoutError(details: String, url: String) extends Exception with HttpError with Product with Serializable

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

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

    Permalink

Value Members

  1. object HttpAssertionErrors

    Permalink
  2. object HttpAssertions

    Permalink
  3. object HttpMethods

    Permalink
  4. object HttpRequest extends HttpRequestsDsl with Serializable

    Permalink
  5. object HttpService

    Permalink
  6. object HttpStreams

    Permalink
  7. object NoOpExtraction extends ResponseExtractor

    Permalink
  8. package client

    Permalink
  9. package server

    Permalink

Ungrouped