Response

A Stoobly 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

chevron-rightHeadershashtag

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

chevron-rightBodyhashtag

Data of blob format representing the request body

How To Create Responses

If you are recording a HTTP request, a Stoobly request and associated response will be created.

Last updated