/WebServer

HTTP/1.1 server on C++

Primary LanguageC++

WebServer

Description

A simple HTTP webserver with Alias matching and commands: GET, HEAD, PUT, POST. Server has HTTP/1.1 version and follow:

  1. RFC 7230
  2. RFC 7231
  3. RFC 7232
  4. RFC 7233
  5. RFC 7234

Of course you can change server configuration.

Run server

Run "make start" or "make test" to run the test

Authors

  1. Sonovrik
  2. Bulina08
  3. mshmnv