Nut/OS  4.10.3
API Reference
_MIMETYPES Struct Reference

#include <httpd.h>

Collaboration diagram for _MIMETYPES:

Data Fields

char * mtyp_ext
char * mtyp_type
void(* mtyp_handler )(FILE *stream, int fd, int file_len, char *http_root, REQUEST *req)

Detailed Description

Definition at line 128 of file httpd.h.


Field Documentation

Definition at line 129 of file httpd.h.

Referenced by NutSetMimeHandler().

Definition at line 130 of file httpd.h.

Referenced by NutGetMimeType().

void(* _MIMETYPES::mtyp_handler)(FILE *stream, int fd, int file_len, char *http_root, REQUEST *req)

Definition at line 131 of file httpd.h.

Referenced by NutGetMimeHandler(), and NutSetMimeHandler().


The documentation for this struct was generated from the following file: