Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mfirry/haskell-web-frameworks


https://github.com/mfirry/haskell-web-frameworks

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

- `/json`
- The request handler will be exercised using GET requests.
- The response text must be `{"message":"Hello, World!"}`
- The response content type must be set to `application/json`

- `/plaintext`
- The request handler will be exercised using GET requests.
- The response text must be `Hello, World!`
- The response content type must be set to `text/plain`