Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Initial Release v1.0.0

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 17 Feb 19:57
· 271 commits to master since this release
4dd75e7

Version v1.0.0

This is simple yet complete WebServer library for AVR, Teensy, etc. boards running Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.

The library supports

  1. HTTP Server and Client
  2. HTTP GET and POST requests, provides argument parsing, handles one client at a time.