Adaptation of the HttpServer by user yueee_yt. This version has improved handling of the HTTP headers (**NOTE**: There are limitations with this implementation and it is not fully functional. Use it only as a starting point.)
Dependents: DMSupport DMSupport DMSupport DMSupport
Fork of DM_HttpServer by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
11:9dcff8cf906a | 2019-11-04 | embeddedartists | More updates related to mbed OS 5 |
10:c1c8276af541 | 2019-10-23 | embeddedartists | Updates related to mbed OS 5 |
9:10b4d4075fbb | 2015-01-26 | embeddedartists | - Fixed compiler error in LPCXpresso IDE |
8:5779cee2e94a | 2014-12-08 | embeddedartists | Added improved implementation of readHeader(), cutting down the load time from 9 to <1 second. |
7:ee7af5de4b95 | 2014-12-03 | embeddedartists | Wrong message in printf |
6:7b3320c34654 | 2014-12-02 | embeddedartists | Fixed stack sizes so that FSHandler works. Changed printfs to RtosLog. Changed sprintf to snprintf to prevent overwrite. |
5:b8f6a11c70db | 2014-02-22 | yueee_yt | BugFix(RPCHandler) |
4:1b6b021ee21d | 2014-02-21 | yueee_yt | BugFix (JavaScript RPC Support (Not Cookbook js)) |
3:87c6439f4136 | 2014-02-20 | yueee_yt | FileSystem OK |
2:82892309f848 | 2014-02-20 | yueee_yt | rpc fileSystem checked |
1:f5f79412e1aa | 2014-02-20 | yueee_yt | remove iranai files |
0:fdf9c2c5200f | 2014-02-20 | yueee_yt | Initialize version |