Simon Goldschmidt
40f1684695
fs_example.c requires LWIP_HTTPD_FS_ASYNC_READ
8 years ago
goldsimon
7fd462eb00
httpd: fs_example: delayed files can be persistent too now.
8 years ago
goldsimon
f7caf5f0b3
httpd: add simple POST example
8 years ago
goldsimon
9776893035
examples httpd: addd an example for generated files
8 years ago
goldsimon
4eb90e75ef
examples/httpd: add a httpd fs tree for the examples (e.g. SSI)
8 years ago
goldsimon
9f9ead7792
httpd examples: fix a few whitespace and spelling things
8 years ago
goldsimon
f4ac194054
httpd: add example for LWIP_HTTPD_CGI
8 years ago
goldsimon
16351b5f3d
httpd: added example for LWIP_HTTPD_CGI_SSI
8 years ago
goldsimon
1386081950
httpd: fs_example: implement delayed reading of file size
...
This also adapts to the change in persistent connections to httpd:
custom files need the flag FS_FILE_FLAGS_HEADER_PERSISTENT to be
served over a persistent connection.
8 years ago
goldsimon
44d4624999
httpd/fs_example: show delayed and limited read
...
This change makes the example a bit less readable but shows (and tests)
how delayed read works (if file size is known in fs_open_custom).
8 years ago
goldsimon
5dac13ab99
move examples for snmp and httpd to a new folder 'examples'
...
These examples should be correctly marked as such.
8 years ago