(no title)
avsm | 1 month ago
val parse : buffer -> len:int -> #(status * request * header list) @ local
This takes in a buffer and returns an unboxed tuple on the stack, so there's no GC activity involved beyond stack management for each HTTP request.
cdaringe|1 month ago
henearkr|1 month ago
Yes a parser is a fun to read ;)
ptrwis|1 month ago
ptrwis|1 month ago