Http-server

From NovaOrdis Knowledge Base
Revision as of 21:34, 7 January 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= * Projects =Overview= A simple, multithreaded experimental web server. Developed to experiment with the behavior of user agents and proxies...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

A simple, multithreaded experimental web server. Developed to experiment with the behavior of user agents and proxies.

Run

./bin/http-server <port> [document-root]

The document-root is optional, it will sever the current directory if not specified.