network/darkhttpd: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 17:34:43 -04:00
parent ef489145f1
commit a5016fa851

View file

@ -11,8 +11,8 @@ Features:
* Event loop, single-threaded -- no fork() or pthreads. * Event loop, single-threaded -- no fork() or pthreads.
* Generates directory listings. * Generates directory listings.
* Supports HTTP GET and HEAD requests. * Supports HTTP GET and HEAD requests.
* Supports Range / partial content. (Try streaming music files or resuming * Supports Range / partial content. (Try streaming music files or
a download.) resuming a download.)
* Supports If-Modified-Since. * Supports If-Modified-Since.
* Supports Keep-Alive connections. * Supports Keep-Alive connections.
* Can serve 301 redirects based on Host header. * Can serve 301 redirects based on Host header.