20#ifndef OPENVPN_HTTP_REPLY_H 
   21#define OPENVPN_HTTP_REPLY_H 
   46        std::ostringstream 
out;
 
   47        out << 
"HTTP Reply" << std::endl;
 
 
 
status consume(Reply &req, const unsigned char input)
 
@ http_version_minor_start
 
@ http_version_major_start
 
@ space_before_header_value
 
bool is_char(const unsigned char c)
 
bool is_digit(const unsigned char c)
 
bool is_tspecial(const unsigned char c)
 
bool is_ctl(const unsigned char c)
 
std::string to_string() const
 
static const char * input[]
 
static std::stringstream out