Responses

A Response represents a HTTP request's response

A Stoobly Response is tightly coupled to a Stoobly Request. It contains additional data such as the HTTP response code and round-trip latency.

Components

Headers

List of name and value pairs respectively representing the response header name and response header value

Body

Data of blob format representing the request body

How To Create Responses

A Response is automatically created when a Request is created. If you are recording a HTTP request, a Stoobly request and associated response will be created.

Last updated