The lib with which to make LPC1768 a simple HTTP server. This have not yet implemented. fopen() DOESN'T WORK after EthernetInterface::connect() is called as using mbed-os 5.4~. See also https://os.mbed.com/questions/80658/HardFault-occurs-when-fopen-is-called-af/ or https://github.com/ARMmbed/mbed-os/issues/6578 and https://github.com/ARMmbed/mbed-os/issues/6624
Fork of HTTP_SERVER by
Revisions of HTTP_SERVER.cpp
Revision | Date | Message | Actions |
---|---|---|---|
6:4eb469f51570 | 2016-11-26 | fixed a bug; | File Diff Annotate |
5:dedbaa9c633b | 2016-11-26 | bug fix: the bug communication was conducted when it shouldn't have been was fixed. | File Diff Annotate |
4:b551799053c6 | 2016-11-26 | fix a bug; | File Diff Annotate |
3:59884bc0a238 | 2016-11-26 | fix the library to be compilable | File Diff Annotate |
2:33714d7c0f45 | 2016-11-26 | attempting to notice the request to upgrade it to websocket. | File Diff Annotate |
1:3a1fe94c6e42 | 2016-11-26 | Messages for debugging has been modified @HTTP_SERVER.c.; rmHeadField() has been added @ ResponseMessenger.h/c; | File Diff Annotate |
0:cc483bea4fe3 | 2016-02-16 | add comment | File Diff Annotate |