class Blitz::Curl::Sprint::Step

Represents a step in the transaction (even if there’s only one). Each step contains the request and response objects as well as the stats associated with them.

Attributes

connect[R]

The time it took for the TCP connection

duration[R]

The time it took for this step (includes the connect, send and receive)

request[R]

The request object containing the URL, headers and content, if any

response[R]

The response object containing the status code, headers and content, if any