mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 18:27:18 +00:00
move Headers/Message/Request/Response into mitmproxy.http
This commit is contained in:
parent
a69ef1ec95
commit
9409bf0368
48 changed files with 1207 additions and 1245 deletions
|
|
@ -8,7 +8,7 @@ The content view API is explained in the mitmproxy.contentviews module.
|
|||
from typing import Optional
|
||||
|
||||
from mitmproxy import contentviews, flow
|
||||
from mitmproxy.net import http
|
||||
from mitmproxy import http
|
||||
|
||||
|
||||
class ViewSwapCase(contentviews.View):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue