Return the size of the binary body array.
Get the string value of a single header from the message.
Get the body array for this message.
Grab the current method for this message.
Grab the current associated path of this message.
Get the status code for this message.
Get the current status message for this message.
Get the current HTTP version for this message.
Set a header in the map to the value provided.
Set a number of headers based on a generic map of keys and values.
Set the body of this message to an unsigned 8-bit binary value.
Set the body of this message to a string value.
Set the associated message method for this message.
Set the path of this message, which will be used if it is a request.
Set the status code of this HTTP message.
Set the status message of this HTTP message.
Set the version of this HTTP message to the string specified.
Takes the headers added to the message along with the body and outputs it to a std::string for use in client/server HTTP messages.