move Headers/Message/Request/Response into mitmproxy.http

This commit is contained in:
Maximilian Hils 2021-02-04 02:14:27 +01:00
parent a69ef1ec95
commit 9409bf0368
48 changed files with 1207 additions and 1245 deletions

View file

@ -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):