HTTPMessageParser.parse

Parse a std::string to a HTTP message.

Pass in a pointer to an HTTPMessage which is then written to for headers and other message data.

note: this must be a complete HTTP message

  1. void parse(HTTPMessage httpMessage, string buffer)
    class HTTPMessageParser
    void
    parse
    (,
    const string buffer
    )
  2. void parse(HTTPMessage httpMessage, ubyte[] buffer)

Meta