11#ifndef MYMPD_HTTP_CLIENT_CACHE_H
12#define MYMPD_HTTP_CLIENT_CACHE_H
Central myMPD configuration definitions.
bool http_client_cache_write(struct t_config *config, const char *uri, struct mg_client_response_t *mg_client_response)
Definition http_client_cache.c:106
struct mg_client_response_t * http_client_cache_check(struct t_config *config, const char *uri)
Definition http_client_cache.c:32
struct mg_client_response_t * http_client_cache_read(const char *filepath)
Definition http_client_cache.c:58
Definition http_client.h:33
Definition config_def.h:22