void print_supported_uri_schemes(Response &r)
Send a list of supported URI schemes to the client.
gcc_pure bool uri_supported_scheme(const char *url) noexcept
Checks whether the scheme of the specified URI is supported by MPD.
void print_supported_uri_schemes_to_fp(FILE *fp)
Send a list of supported URI schemes to a file pointer.