What are examples of proxies that exist?
What is the motivation behind MASQUE?
Many proxies exist, however HTTP/3 aka. QUIC breaks TCP- proxying technologies, since TLS encryptions is mandatory and it is built on UDP.
However QUIC also makes things easier, so we want to make it a basis for new type of proxy:
- Unreliable transmit
- Multiplexed streams
- HTTP/3 has all other required stuff: cache, auth, req/res
What are some use cases for MASQUE?
What is the QUIC Datagram extension?
What is missing from QUIC Datagram extension in order for it to work with MASQUE?
- If QUIC is blocked, there is not fallback for earlier HTTP versions
How does the draft by MASQUE WG solve the issues related to QUIC Datagram extension so that we can send datagrams with HTTP?