GenHTTP
GenHTTP copied to clipboard
Add another HTTP server engine
As the developer of the GenHTTP framework, I would like to allow developers to use different kind of HTTP server engines, so that operations can tailor an application to their specific needs (such as HTTP/3 support).
Acceptance criteria
- There is at least one additional engine (e.g. Kestrel) that can be used to run projects using the GenHTTP framework
- It has been proven that replacing the engine is possible and a one-liner
- There is a concept to automatically test and verify additional engines