shhivv / httpb

Hypertext Transfer Protocol - Broken

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


HTTPB

Hypertext Transfer Protocol Broken


An experimental project to use UDP for a webserver. As HTTP is built on TCP, there needs to be an interface through which the requests and responses are sent so that browsers can render the webpage, but the actual part of handling the request and returning the response is done by an UDP socket.

About

Hypertext Transfer Protocol - Broken


Languages

Language:Rust 100.0%