https://github.com/plapadoo/muhttpd
Small, Unix Philosophy-adhering HTTP server
https://github.com/plapadoo/muhttpd
haskell http tools unix
Last synced: 7 months ago
JSON representation
Small, Unix Philosophy-adhering HTTP server
- Host: GitHub
- URL: https://github.com/plapadoo/muhttpd
- Owner: plapadoo
- License: gpl-3.0
- Created: 2018-04-26T10:19:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T09:30:14.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T01:17:45.196Z (about 1 year ago)
- Topics: haskell, http, tools, unix
- Language: Haskell
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.org
- License: LICENSE
Awesome Lists containing this project
README
* muhttpd - HTTP with the Unix Philosophy in mind
muhttpd is a very small HTTP server that aims to be composed either via pipes or by calling other programs when requests arrive. Thus, it doesn’t serve static files, it’s a relay.