weatherstation/firmware/libraries/UrlEncode/README.md
2022-11-11 11:11:25 +01:00

209 B

UrlEncode

A simple library for URL encoding on Arduino framework.

Usage

#include <UrlEncode.h>

String encoded = urlEncode("http://example.com/path/to/file.html?param=value&param2=value2");