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

tagart functions More...

#include "dist/mongoose/mongoose.h"
#include "src/webserver/utility.h"
#include <stdbool.h>
Include dependency graph for tagart.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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