Response

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

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product