Skip to content

DaliusK/http_server

 
 

Repository files navigation

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

About

A HTTP 1.1 server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.6%
  • Makefile 4.0%
  • Shell 1.2%
  • JavaScript 0.2%