Shared library that can be used by server engines to be integrated into GenHTTP.
$ dotnet add package GenHTTP.Engine.SharedProvides functionality that can be used by a server engine implementation to reduce boilerplate code.
Implementing an engine to be used with the GenHTTP framework will usually involve the following steps:
IServer variantServerBuilderHost.Create()ServerHost provided by this library with your custom builderWithin your server implementation, you might want to
make use of the default interface implementations such
as ResponseBuilder, Response or the collections for
headers and queries.