A WebServer that can accept incoming libp2p streams and transform them into an HTTP request that can be processed
Accept an incoming request. The headers have already been parsed, the stream/connection should be transformed into whatever format the HTTP server requires
A WebServer that can accept incoming libp2p streams and transform them into an HTTP request that can be processed