1HTTPSERVER 2 3This is a demonstration of how to make the most basic kind 4of server using lWIP. 5 6* httpserver-raw.c - uses raw TCP calls (coming soon!) 7 8* httpserver-netconn.c - uses netconn and netbuf API 9 10This code updates the examples in Adam Dunkel's original 11lwIP documentation to match changes in the code since that 12PDF release. 13