![]() |
Network Component
Version 0.1
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. | |
char* http_server_fgets | ( | void * | file, |
char * | buf, | ||
uint32_t | size | ||
) |
Read a string from a file in HTTP server.
[in] | file | pointer to the file to read from. |
[out] | buf | output buffer to write data to. |
[in] | size | size of output buffer. |