JoshCap20 / areion

The fastest Python web server. A lightweight, fast, and extensible asynchronous Python web server framework.
MIT License
0 stars 1 forks source link

HTTP Upgrade Mechanism #77

Open JoshCap20 opened 6 hours ago

JoshCap20 commented 6 hours ago

Requirement: Support protocol upgrades using the Upgrade header (e.g., upgrading to WebSockets).

Implementation Needed: