8 unstable releases (3 breaking)
Uses new Rust 2024
new 0.5.3 | Apr 28, 2025 |
---|---|
0.5.2 | Apr 28, 2025 |
0.4.0 | Apr 27, 2025 |
0.3.0 | Apr 27, 2025 |
0.1.0 | Mar 24, 2025 |
#845 in HTTP server
63 downloads per month
2MB
655 lines
webserver
Fork this, share with @gilles.grimaud, see the moodle project and rewrite this file on your fork !
echo -e "GET / HTTPS/1.1\r\nHost: localhost\r\n\r\n" | nc localhost 8080
echo -e "GET / HTTP/2.0\r\nHost: localhost\r\n\r\n" | nc localhost 8080