Simple HTTP Server with one page index.html stored inside MBED as char vector and javascript to update a table content
Fork of HTTP_SERVER by
Revisions of HTTP_SERVER.h
Revision | Date | Message | Actions |
---|---|---|---|
12:cbf97b865d76 | 2018-03-16 | modified the type of req_buf[1024] : char* -> char; ; I have no idea why the type was pointer of array. whichever the type is, the program work well somewhat, anyway. | File Diff Annotate |
9:84aca9965f9f | 2016-12-06 | Some comments were added. | File Diff Annotate |
0:cc483bea4fe3 | 2016-02-16 | add comment | File Diff Annotate |