This is basically barebones http1, mostly using asm! macro and Linux system calls (x86) for basic barebones server implementation
With recent updates moved syscalls into workspace member (separate lib crate) http2 is just a placeholder/boilerplate, ignore it for now please
http2 and quick implementations are under development, http2 using io_ring or epoll and HPACK are on the way, will update as will have some bandwidth