|
| template<typename InputIterator > |
| std::pair< std::string, InputIterator > | websocketpp::http::parser::extract_token (InputIterator begin, InputIterator end) |
| | Read and return the next token in the stream.
|
| |
| template<typename InputIterator > |
| std::pair< std::string, InputIterator > | websocketpp::http::parser::extract_quoted_string (InputIterator begin, InputIterator end) |
| | Read and return the next quoted string in the stream.
|
| |
| template<typename InputIterator > |
| InputIterator | websocketpp::http::parser::extract_lws (InputIterator begin, InputIterator end) |
| | Read and discard one unit of linear whitespace.
|
| |
| template<typename InputIterator > |
| InputIterator | websocketpp::http::parser::extract_all_lws (InputIterator begin, InputIterator end) |
| | Read and discard linear whitespace.
|
| |
| template<typename InputIterator > |
| InputIterator | websocketpp::http::parser::extract_attributes (InputIterator begin, InputIterator end, attribute_list &attributes) |
| | Extract HTTP attributes.
|
| |
| template<typename InputIterator > |
| InputIterator | websocketpp::http::parser::extract_parameters (InputIterator begin, InputIterator end, parameter_list ¶meters) |
| | Extract HTTP parameters.
|
| |
| std::string | websocketpp::http::parser::strip_lws (std::string const &input) |
| |