11#ifndef MYMPD_WEB_SERVER_REQUEST_HANDLER_H
12#define MYMPD_WEB_SERVER_REQUEST_HANDLER_H
14#include "dist/mongoose/mongoose.h"
23 struct mg_connection *backend_nc);
25 struct mg_connection *backend_nc);
bool request_handler_api(struct mg_connection *nc, sds body, struct mg_str *auth_header, struct t_mg_user_data *mg_user_data)
Definition request_handler.c:33
bool request_handler_script_api(struct mg_connection *nc, sds body)
Definition request_handler.c:139
void request_handler_proxy_covercache(struct mg_connection *nc, struct mg_http_message *hm, struct mg_connection *backend_nc)
Definition request_handler.c:267
void request_handler_proxy(struct mg_connection *nc, struct mg_http_message *hm, struct mg_connection *backend_nc)
Definition request_handler.c:241
void request_handler_ca(struct mg_connection *nc, struct mg_http_message *hm, struct t_mg_user_data *mg_user_data)
Definition request_handler.c:322
void request_handler_extm3u(struct mg_connection *nc, struct mg_http_message *hm, struct t_mg_user_data *mg_user_data)
Definition request_handler.c:343
void request_handler_browse(struct mg_connection *nc, struct mg_http_message *hm, struct t_mg_user_data *mg_user_data)
Definition request_handler.c:192
void request_handler_serverinfo(struct mg_connection *nc)
Definition request_handler.c:288
Definition mg_user_data.h:24
Webserver utility functions.