|
myMPD
Internal API documentation
|
Webserver URL parser functions. More...


Go to the source code of this file.
Functions | |
| sds | get_uri_param (struct mg_str *query, const char *name) |
| struct t_list * | webserver_parse_arguments (struct mg_str *query) |
Webserver URL parser functions.
| sds get_uri_param | ( | struct mg_str * | query, |
| const char * | name ) |
Gets and decodes an url parameter. The key will not be url decoded before matching.
| query | Query string to parse |
| name | Name to get, you must append "=" to the name |