Description
Provides a simple Haskell web server API inspired by the interact style, where code transforms input into output in a direct way. It can be useful for small web experiments, simple services, or educational examples.
This is aimed at developers who want a lightweight server library rather than a full web framework. It is used from Haskell code and is not a graphical server manager.