Full embedded web server implementation
This version provides a complete set of feature for a minimal web server. It is in active use in several applications: HouseClock, HouseSensor and HousePortal.
The major differences with previous versions are:
- multiple bug fixes.
- support transfer of static files up to 2 GB.
- add helper function to make it easier for application code (most common cases made simple)
- add base mechanism for implementing an access security mechanism