Response

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

The response from an HTTP request.

Attributes

A

type of the response body

body

the response body

headers

the response headers

status

the status code

url

the url

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product