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 Akifumi Takahashi

Revisions of HTTP_SERVER.cpp

Revision Date Message Actions
17:ce5845164001 2018-03-23 THe program hang up when fopen()@FileHandler::open()@HTTPServer::run() is called after EthernetInterface::connect()@HTTPServer::init() is done. File  Diff  Annotate
16:c3920b5b8572 2018-03-19 ADD: DEBUG_PRINT_LINE etc. @Filehandler.cpp File  Diff  Annotate
15:9b2cfbaf1c12 2018-03-16 Defined functions for procedures of "Request Analysis" and "Response" File  Diff  Annotate
14:a16cdcd098d7 2018-03-16 "sys_thread_new number error"; TCP_PORT=80 redefine; tcp_port->port; char req_buf[] was not uesed, so deleted.; bool keep-alive was not uesed, so deleted.; stack size changed (char buffer[1024->256]); The error could be caused by stack overflow. File  Diff  Annotate
13:483b2b1a6471 2018-03-04 add (int) backlog; add (uint16_t) tcp_port; rm enum{TCP_PORT} File  Diff  Annotate
12:c926d680f339 2018-03-04 Changed some name of var, and class.; ; In order to adapt to mbed os 5. File  Diff  Annotate
10:4a48594c2f44 2016-12-08 Add contentable field name Upgrade, Sec-WebSocket-Accept, Access-Control-Allow-Origin for Websocket Server @ ResponseMessenger.cpp File  Diff  Annotate
8:b013075de2e4 2016-11-28 first publish File  Diff  Annotate
7:184c6f1ace94 2016-11-28 fix a bug File  Diff  Annotate
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