boost::burl::message_head_base::chunked
Return true if the payload uses chunked framing.
Description
This is a shorthand for `payload() == http::payload::chunked`, true when a final "chunked" transfer coding determines the payload framing.
Return Value
true if the payload uses chunked framing.
Created with MrDocs