Looking at <https://nimble.directory/search?query=http> there are plenty of packages, but it seems only a limited number are web server libraries:
* httpkit: does not even manages the transport layer * microasynchttpserver: does not seems featureful enough (cookies, form-data, ...) * httpbeast * httpx (based on httpbeast it seems) * zfblast: supports websockets, its feature set should be decent * whip: based on httpbeast too * zfcore: only a framework based on zfblast * nimplehttpserver I was looking for people who used or wrote those libraries to get some feedbacks about them.
