Web framework C++  2.0.0
Simple web framework on c++ designed to easily create web pages, etc
Response Member List

This is the complete list of members for Response, including all inherited members.

finalize()Response
getBody()Response
getElapsedTime()Response
getHeaders()Response
getStatus()Response
getVersion()Response
isFinalized()Response
Response()Response
Response(const char *body)Response
Response(HTTP::Version version, int status, Headers &headers, MessageBody &body)Response
setBody(MessageBody &body)Response
setElapsedTime(std::chrono::duration< double, std::milli > ms)Response
setHeaders(Headers &headers)Response
setStatus(int status)Response
setVersion(HTTP::Version version)Response
~Response()Response