Http-server

From NovaOrdis Knowledge Base
Revision as of 21:35, 7 January 2017 by Ovidiu (talk | contribs)
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.

GitHub

https://github.com/NovaOrdis/playground/tree/master/http/http-server

Run

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

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