MCPcopy Create free account
hub / github.com/boostorg/beast / is_header_done

Method is_header_done

include/boost/beast/http/basic_parser.hpp:194–198  ·  view source on GitHub ↗

Returns `true` if a the parser has produced the full header. */

Source from the content-addressed store, hash-verified

192 /** Returns `true` if a the parser has produced the full header.
193 */
194 bool
195 is_header_done() const
196 {
197 return state_ > state::fields;
198 }
199
200 /** Returns `true` if the message is an upgrade message.
201

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected