1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/www/miniminiweb/pkg-descr
Sunpoet Po-Chuan Hsieh d79c7ac699 Fix WWW
Approved by:	portmgr (blanket)
2017-12-30 00:16:08 +00:00

17 lines
367 B
Plaintext

MiniMiniWeb is a minimal, multithreaded web server in C.
Features (and Misfeatures)
Written in C
Multithreaded (with pthread)
Designed for Unix-like systems
Supports GET and POST requests
Only serves static files
No SSL
No CGI or anything "dynamic"
No Virtual Hosts
No Directory Listings (gotten pulled out)
No IPv6
WWW: https://github.com/neelchauhan/MiniMiniWeb