Skip to content

Simple URL encode library for Arduino-based projects

License

Notifications You must be signed in to change notification settings

plageoj/urlencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");