![]() |
Network Component
Version 6.0
MDK-Professional Middleware for IP Networking
|
Functions | |
| void * | http_server_fopen (const char *fname) |
| [code_HTTP_Server_FS] | |
| void | http_server_fclose (void *file) |
| Close a file previously open in HTTP server. | |
| uint32_t | http_server_fread (void *file, uint8_t *buf, uint32_t len) |
| Read block of data from a file in HTTP server. | |
| char * | http_server_fgets (void *file, char *buf, uint32_t size) |
| Read a string from a file in HTTP server. | |
| uint32_t | http_server_ftime (const char *fname) |
| Retrieve last modification time of a file. | |