http - Intercepting Network Requests in Python -


i found this python library dealing http , wondering if there way of intercepting requests made on webpage using python.

for example, if wanted grab network request matched string , requests content, so?


Comments