#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "board.h"
#include "ff.h"
#include "fs_mem.h"
#include "lwip_fs.h"
#include "lpc43xx_dualcore_config.h"
#include "httpd_structs.h"
Go to the source code of this file.
| static int get_http_headers |
( |
const char * |
fName, |
|
|
char * |
buff |
|
) |
| |
|
static |
Generate the relevant HTTP headers for the given filename and write them into the supplied buffer.
Definition at line 169 of file lwip_fs.c.
| static int mutex_init |
( |
void |
| ) |
|
|
static |
| static int mutex_lock |
( |
int * |
mx | ) |
|
|
static |
| static void mutex_unlock |
( |
int * |
mx | ) |
|
|
static |
| const char http_index_html[] |
|
static |
Initial value:=
"<html><head><title>Congrats!</title></head>"
"<body><h1>Welcome to our lwIP HTTP server!</h1>"
"<p>This is a small test page, served by httpd of "
"lwip.</p></body></html>"
Definition at line 54 of file lwip_fs.c.