Network Component  Version 6.7.7
MDK-Professional Middleware for IP Networking
HTTP_Server_FS.c File Reference
#include <stdio.h>
#include "rl_net_lib.h"
#include "rl_fs.h"

Functions

__weak void * http_server_fopen (const char *fname)
 [code_HTTP_Server_FS] More...
 
__weak void http_server_fclose (void *file)
 Close a file previously open in HTTP server. More...
 
__weak uint32_t http_server_fread (void *file, uint8_t *buf, uint32_t len)
 Read block of data from a file in HTTP server. More...
 
__weak char * http_server_fgets (void *file, char *buf, uint32_t size)
 Read a string from a file in HTTP server. More...
 
__weak uint32_t http_server_ftime (const char *fname)
 Retrieve last modification time of a file. More...