Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 815 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 815 Bytes

http_server

A HTTP 1.1 server

Build Status

=========== A HTTP server running under the superseded RFC2616 publication, also known as HTTP 1.1.

Supported operating systems:

  • Linux

For operating system dependencies check OS_DEPS.md

===========

Supported methods

  • GET - simple, without additional querystring

On finishing querystring, there should be simply open doors for POST method also

Usage

Compile the files by make

To run tests type make tests

A "patch" for server randomly crashing (and me lacking time to investigate), add a crontab for running runner.sh every now and then