Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 222 Bytes

File metadata and controls

12 lines (9 loc) · 222 Bytes

simple_httpserver

A simple httpserver written in C++11 with boost asio.

Features

  1. support large file download.
  2. only 200/404 status code implemented.
  3. asyncronous io.
  4. regex support.

example

See main.cpp