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

Download history 100/week @ 2025-03-24 6/week @ 2025-03-31 53/week @ 2025-04-21

63 downloads per month

MIT license

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

Dependencies