Home | History | Annotate | Download | only in http

Lines Matching refs:status_text

455   // <http_version> SP <response_code> SP <status_text>
456 std::string status_text = GetStatusLine();
457 std::string::const_iterator begin = status_text.begin();
458 std::string::const_iterator end = status_text.end();