Update doc

This commit is contained in:
Tatsuhiro Tsujikawa 2016-01-15 23:20:08 +09:00
parent d678c07ddf
commit 54f5ea9d6e
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ std::string create_error_html(unsigned int status_code);
std::string create_via_header_value(int major, int minor);
// Returns generated RFC 7239 Forwarded header field value. The
// |params| is bitwise-OR of zero or more of shrpx_forwarded_param
// defined in shrpx_config.h.
std::string create_forwarded(int params, const std::string &node_by,
const std::string &node_for,
const std::string &host, const std::string &proto);