Home
last modified time | relevance | path

Searched refs:typeCharset (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/include/
H A Dhttp_utility.hpp59 auto typeCharset = +(char_("a-zA-Z0-9.+-")); in getContentType() local
62 *(lit(';') >> *space >> typeCharset >> lit("=") >> typeCharset); in getContentType()
98 auto typeCharset = +(char_("a-zA-Z0-9.+-")); in getPreferredContentType() local
100 auto parameters = *(lit(';') >> typeCharset >> lit("=") >> typeCharset); in getPreferredContentType()
102 omit[+typeCharset >> lit('/') >> +typeCharset]; in getPreferredContentType()
172 auto typeCharset = char_("a-zA-Z.+-"); in getPreferredEncoding() local
173 auto encodeType = knownAcceptEncoding | omit[+typeCharset]; in getPreferredEncoding()