File nut/pro/uhttp/mtreg.c


Included Files


External Variables

mediaTypeList
extern struct {...} mediaTypeList
Defined in: nut/pro/uhttp/mediatypes.c

Global Function HttpRegisterMediaType()

int HttpRegisterMediaType ( char* ext, char* type, char* subtype, MEDIATYPE_HANDLER handler )
Prototyped in: nut/include/pro/uhttp/mediatypes.h
Calls: free() nut/crt/malloc.c
  strdup() nut/crt/strdup.c
  strncpy() nut/c/string/strncpy.c
  calloc(), strcasecmp()
Called by: NutAppMain() nut/app/uhttpd_upload/httpd_upload.c
References Variables: mediaTypeList nut/pro/uhttp/mediatypes.c