Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Tags: eidheim/Simple-Web-Server

Tags

v3.0.0-rc2

Slight optimisation of status_code functions

v3.0.0-rc1

Fixes #143: Content-Length is now initialized to 0

v2.1.1

Removed unused lambda captures in examples

v2.1

compile clean with gcc 4.6.3

v2.0

Updated features in README.md

v1.4.2

Examples: fixed crash in default_resource

v1.4.1

Fixes #28

v1.4

Response stream now subclass std::ostream. Also some cleanup of defau…

…lt_resource example.

v1.3.3

Update README.md

v1.3.2

renamed #define CLIENT_WS_HPP and CLIENT_WSS_HPP to CLIENT_HTTP_HPP a…

…nd CLIENT_HTTPS_HPP.