Restfully

Communication

Handles Rest requests including parsing of URIs with arguments.
This library provides an Http handler for existing arduino HttpServer implementations that parse Rest endpoints (URIs) with embedded arguments such as string, integers or booleans. Parameterized endpoints can be bound to a function handler which receives a Request object with an 'args' vector that is indexable [] by name or orginal position.

Author: Colin MacKenzie

Maintainer: colin@flyingeinstein.com

Read the documentation

Compatibility

This library is compatible with the esp8266 architecture.

Releases

To use this library, open the Library Manager in the Arduino IDE and install it from there.