Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mfirry/haskell-web-frameworks
https://github.com/mfirry/haskell-web-frameworks
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mfirry/haskell-web-frameworks
- Owner: mfirry
- License: mpl-2.0
- Created: 2020-05-06T14:46:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T07:03:58.000Z (4 months ago)
- Last Synced: 2024-07-08T09:05:16.060Z (4 months ago)
- Language: Haskell
- Size: 43 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`