Lines Matching refs:values
45 // charset values are normalized to lowercase. The mime_type and charset
46 // output values are only modified if the content_type_str contains a mime
56 // value is false then values in |ranges| should not be used. The format of
81 // separated list since their values are (or contain) unquoted HTTP-date
82 // values, which may contain a comma (see RFC 2616 section 3.3.1).
164 // over the values in a multi-value header, use ValuesIterator.
175 // is a next header. Use name* and values* methods to access the resultant
176 // header name and values.
207 std::string values() const {
219 // Iterates over delimited values in an HTTP header. HTTP LWS is
220 // automatically trimmed from the resulting values.
222 // When using this class to iterate over response header values, be aware that
260 // of and between names, values, and delimiters.