CppServer  1.0.4.0
C++ Server Library
Namespaces | Functions
http_response.cpp File Reference

HTTP response implementation. More...

#include "server/http/http_response.h"
#include "errors/exceptions.h"
#include "string/format.h"
#include "string/string_utils.h"
#include "utility/countof.h"
#include <cassert>

Go to the source code of this file.

Namespaces

 CppServer
 C++ Server project definitions.
 
 CppServer::HTTP
 HTTP definitions.
 

Functions

std::ostream & CppServer::HTTP::operator<< (std::ostream &os, const HTTPResponse &response)
 

Detailed Description

HTTP response implementation.

Author
Ivan Shynkarenka
Date
15.02.2019

Definition in file http_response.cpp.