Skip to content

Commit

Permalink
protobuf: remove protobuf support and restrictive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Morin committed Nov 5, 2024
1 parent 16da285 commit b40f2ae
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 2,452 deletions.
111 changes: 0 additions & 111 deletions examples/addons/contentview-custom-grpc.py

This file was deleted.

4 changes: 0 additions & 4 deletions mitmproxy/contentviews/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
from . import css
from . import dns
from . import graphql
from . import grpc
from . import hex
from . import http3
from . import image
Expand All @@ -29,7 +28,6 @@
from . import mqtt
from . import msgpack
from . import multipart
from . import protobuf
from . import query
from . import raw
from . import urlencoded
Expand Down Expand Up @@ -234,9 +232,7 @@ def get_content_view(
add(multipart.ViewMultipart())
add(image.ViewImage())
add(query.ViewQuery())
add(protobuf.ViewProtobuf())
add(msgpack.ViewMsgPack())
add(grpc.ViewGrpcProtobuf())
add(mqtt.ViewMQTT())
add(http3.ViewHttp3())
add(dns.ViewDns())
Expand Down
Loading

0 comments on commit b40f2ae

Please sign in to comment.