Skip to content

Simple URL encode library for Arduino-based projects

License

Notifications You must be signed in to change notification settings

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

About

Simple URL encode library for Arduino-based projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.0%
  • C 39.0%