# http-lite
ultra-lightweight parsing of http request lines (like "GET /path HTTP/1.1") in no_std without alloc.
It relies on heapless::String for a few things, which makes some call sites a _little_ bit awkward,
but it's not that bad and nothing leaves the stack.