Response

final case class Response[A](url: String, status: Status, headers: Map[String, String], body: A)

The response from an HTTP request.

Type parameters:
A

type of the response body

Value parameters:
body

the response body

headers

the response headers

status

the status code

url

the url

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product