https://github.com/awwright/zhttpd
HTTP server entirely in zsh
https://github.com/awwright/zhttpd
Last synced: 10 months ago
JSON representation
HTTP server entirely in zsh
- Host: GitHub
- URL: https://github.com/awwright/zhttpd
- Owner: awwright
- Created: 2025-08-07T03:25:11.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-08-16T04:03:19.000Z (10 months ago)
- Last Synced: 2025-08-16T06:22:39.767Z (10 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zHTTPd: HTTP server written in zsh
a.k.a. awwright-zhttpd
A self-contained Web/HTTP server designed to run out of the box on macOS.
Features:
* Spec-compliant HTTP/1.1 HTTP server
* Listen on a TCP port, unix sock file, inetd, or connect to and receive connections from a hub
* Static file serving
* CGI responses
* Request forwarding for gateway/proxy use
* Support for TLS if stunnel is installed (maybe openssl)
## Usage
```
zhttpd --help
zhttpd --version
zhttpd [--port ]
```