0
我在理解cpp netlib文檔時遇到了一些麻煩。cpp netlib頭文件
member name type description
headers vector<header> Vector of headers.
A header is a struct of type response_header<http::tags::http_server>.
An instance always has the members name and value both of which are of type string_type.
string_type is boost::network::string<http::tags::http_server>::type.
在我的代碼,當我嘗試訪問標題:
http_server::response_header headers[] = request.headers;
上面沒有編譯。我明白這可能看起來很基本,但我對C++很陌生。 任何人都可以指導我如何迭代通過請求標頭?
爲什麼使用printf?:) – PovilasB