Skip to content

Simple URL encode library for Arduino-based projects

License

Notifications You must be signed in to change notification settings

dzungpv/urlencode

 
 

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++ 44.7%
  • C 28.6%
  • CMake 20.6%
  • Makefile 6.1%