Jeroen Domburg
|
3cb7b32678
|
martonmiklos: Add GZIP compression for static files
|
10 years ago |
Jeroen Domburg
|
cebc0aa65f
|
Prefixed method consts to prevent clashes
|
10 years ago |
prozac
|
e8a7cab745
|
Moved POST vars to their own struct
|
10 years ago |
Ben Pirt
|
4ee2d75977
|
Refactor to make all requests able to handle streaming as it makes the code much simpler
|
10 years ago |
Ben Pirt
|
92bb77784a
|
WIP - add a handler which will take a file upload and update the espfs image
Currently this is processing the form/multipart data but not doing the writing to flash
|
10 years ago |
Ben Pirt
|
189eded1cc
|
Add support for extracting the multipart form boundary for later use by cgi
|
10 years ago |
Ben Pirt
|
6f80e55a61
|
Modify httpd to be able to use streaming post requests.
This also ups the post buffer to 1460 to match the TCP packet size
WIP: The cgi function to update the espfs is not complete
|
10 years ago |
Ben Pirt
|
92b27fd615
|
Expose the request type to the CGI functions so we can act based on its value
|
10 years ago |
Jeroen Domburg
|
876a68a67d
|
Fixing the code to work under SDK 0.9.4. This commit should work.
|
10 years ago |
Jeroen Domburg
|
e56fdc4d6a
|
Changed around everything to make use of sdk 0.9.4. CODE IS STILL BROKEN!
|
10 years ago |
Jeroen Domburg
|
5a0e99d72e
|
Small doc updates
|
10 years ago |
Jeroen Domburg
|
25a0984080
|
Added httpdGetHeader function
|
10 years ago |
Jeroen Domburg
|
a8b0da04c5
|
Added comments
|
10 years ago |
Jeroen Domburg
|
a5534ae96f
|
0.9.3 improvements
|
10 years ago |
Jeroen Domburg
|
aef27aaa5b
|
Getting ready for release...
|
10 years ago |
Jeroen Domburg
|
645b320558
|
Added redirect function to httpd
|
10 years ago |
Jeroen Domburg
|
a01c02245f
|
Yaaaaaay, POST now works 100% :)
|
10 years ago |
Jeroen Domburg
|
2646aff1f3
|
Rework httpd into a multi-connection capable thing. Seems to work, yay!
|
10 years ago |
Jeroen Domburg
|
b736d77abb
|
Ting, a webserver example - first commit
|
10 years ago |