fuzzing.http.response

class asdfuzz.http.response.Response(response: bytes, time: float)

Bases: object

A single HTTP response.

classmethod from_request(request: Request) Response

Execute a request and return a Response.

response: bytes

The raw response in bytes.

property statuscode

The HTTP statuscode of the response.

time: float

The time in seconds that the response took.