abhinavsingh / proxy.py

💫 Ngrok FRP Alternative • ⚡ Fast • 🪶 Lightweight • 0️⃣ Dependency • 🔌 Pluggable • 😈 TLS interception • 🔒 DNS-over-HTTPS • 🔥 Poor Man's VPN • ⏪ Reverse & ⏩ Forward • 👮🏿 "Proxy Server" framework • 🌐 "Web Server" framework • ➵ ➶ ➷ ➠ "PubSub" framework • 👷 "Work" acceptor & executor framework
https://abhinavsingh.com/proxy-py-a-lightweight-single-file-http-proxy-server-in-python/
BSD 3-Clause "New" or "Revised" License
2.92k stars 569 forks source link

Pyre type error fixed. #1250

Closed luca-digrazia closed 1 year ago

luca-digrazia commented 1 year ago

"filename": "proxy/http/parser/parser.py" "warning_type": "Incompatible attribute type [8]" "warning_message": " Attribute body declared in class HttpParser has type Optional[bytes] but is used as type memoryview." "warning_line": 360 "fix": bytes(raw)