Posts tagged #http
-
Hardening risp's HTTP stack: TLS behind a flag, try/catch as a 30-line builtin
How risp, a zero-dependency Rust Lisp, gained production HTTP: TLS behind a Cargo flag, try/catch as a 30-line builtin, and a quadratic read loop made linear.
-
An HTTP/1.1 client and server in risp, a zero-dependency Lisp in Rust
risp — a zero-dependency Lisp in Rust, not the 2019 tutorial — gains a full HTTP/1.1 client and server written almost entirely in Lisp, with zero external crates.