Network Component  Version 5.0
MDK-Professional Middleware for IP Networking
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
HTTP_Server_FS.c File Reference

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.