I tried running the code like this:
def request(flow: http.HTTPFlow) -> None: if("..." in flow.request.url): print(flow.response.content)