Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dhttp_utility.hpp61 auto typeCharset = +(char_("a-zA-Z0-9.+-")); in getContentType() local
64 *(lit(';') >> *space >> typeCharset >> lit("=") >> typeCharset); in getContentType()
101 auto typeCharset = +(char_("a-zA-Z0-9.+-")); in getPreferredContentType() local
103 auto parameters = *(lit(';') >> typeCharset >> lit("=") >> typeCharset); in getPreferredContentType()
105 omit[+typeCharset >> lit('/') >> +typeCharset]; in getPreferredContentType()
175 auto typeCharset = char_("a-zA-Z.+-"); in getPreferredEncoding() local
176 auto encodeType = knownAcceptEncoding | omit[+typeCharset]; in getPreferredEncoding()