Releases: pschatzmann/TinyHttp
Releases · pschatzmann/TinyHttp
Tunnel / Naming Conflicts with Audio Tools
- Provide Tunnel functionality
- Make sure that there are no naming conflicts with AudioTools
- Guitar Effects Dialog
Error Corrections and REST Services
I have
- corrected examples to use the correct logger definition
- created some REST examples
- also added an example for a html screen which reads and updates parameters via REST
- HttpParameters class to parse http parameters
- changed the logger to provide flexible parameters
First Release
A long time ago, I started to work on a Arduino Server implementation with the following features:
- Serving of a potentially unbounded amount of data
- concurrent handling of multiple requests.
- Support for Extensions to add additional functionality
The last 2 days I spent to bring it up to shape so that it can be released.
Finally I have everything working!