myMPD
Internal API documentation
Loading...
Searching...
No Matches
tagart.c File Reference

tagart functions More...

#include "compile_time.h"
#include "src/webserver/tagart.h"
#include "src/lib/api.h"
#include "src/lib/config_def.h"
#include "src/lib/json/json_print.h"
#include "src/lib/json/json_rpc.h"
#include "src/lib/log.h"
#include "src/lib/msg_queue.h"
#include "src/lib/sds_extras.h"
#include "src/lib/utility.h"
#include "src/lib/validate.h"
#include "src/webserver/placeholder.h"
#include "src/webserver/response.h"
Include dependency graph for tagart.c:

Functions

bool request_handler_tagart (struct mg_connection *nc, struct mg_http_message *hm, struct t_mg_user_data *mg_user_data)
 

Detailed Description

tagart functions

Function Documentation

◆ request_handler_tagart()

bool request_handler_tagart ( struct mg_connection *  nc,
struct mg_http_message *  hm,
struct t_mg_user_data mg_user_data 
)

Request handler for /tagart

Parameters
ncmongoose connection
hmhttp message
mg_user_datawebserver configuration
Returns
true on success, else false