(flow)
| 103 | |
| 104 | |
| 105 | def requestheaders(flow): |
| 106 | if ctx.options.save_streamed_data and flow.request.stream: |
| 107 | flow.request.stream = StreamSaver(flow, "req") |
| 108 | |
| 109 | |
| 110 | def responseheaders(flow): |
nothing calls this directly
no test coverage detected
searching dependent graphs…