my_mime_maps is only used within Nx_WebServer.
 
Symbols
loading...
Files
loading...

my_mime_maps variable

Application thread for HTTP web server

Syntax

static NX_WEB_HTTP_SERVER_MIME_MAP my_mime_maps[] = { {"css", "text/css"}, {"svg", "image/svg+xml"}, {"png", "image/png"}, {"jpg", "image/jpg"} };

Data Use

Functions reading my_mime_maps
my_mime_maps
all items filtered out
Type of my_mime_maps
my_mime_maps