Yet Another HTTP Library
yahttp
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
YaHTTP::HTTPBase::SendFileRender Class Reference

#include <reqresp.hpp>

Public Member Functions

 SendFileRender (const std::string &path)
 
size_t operator() (const HTTPBase *doc __attribute__((unused)), std::ostream &os, bool chunked) const
 

Public Attributes

std::string path
 

Constructor & Destructor Documentation

YaHTTP::HTTPBase::SendFileRender::SendFileRender ( const std::string &  path)
inline

Member Function Documentation

size_t YaHTTP::HTTPBase::SendFileRender::operator() ( const HTTPBase *doc   __attribute__(unused),
std::ostream &  os,
bool  chunked 
) const
inline

Member Data Documentation

std::string YaHTTP::HTTPBase::SendFileRender::path

The documentation for this class was generated from the following file: