OSSIA
Open Scenario System for Interactive Application
http_query_parser.hpp File Reference

Detailed Description

Utilities to parse http GET-like requests's query part, e.g. everything after '?' in the following string:

/foo/bar?mrskeltal=dootdoot&hint=1234

Go to the source code of this file.

Namespaces

 ossia
 

Functions

template<typename T = std::string>
auto & ossia::net::query ()
 
string_map< std::string > ossia::net::parse_http_methods_encoded (std::string_view str)
 
bool ossia::net::url_decode (std::string_view in, std::string &out)
 url_decode taken from boost