kurt-nj / url_encoder

String Percent Encoding

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

url_encoder

Build Status codecov

Simple header only library that performs percent encoding as defined by RFC 3986.

Compatibility

This library attempts to behave the same way as libcurl. If libcurl is available then a comparison unit test will be run.

Usage

std::string encoded = url_encoder::encode(input_text);
std::string decoded = url_encoder::decode(encoded);

About

String Percent Encoding

License:Boost Software License 1.0


Languages

Language:C++ 99.5%Language:CMake 0.4%Language:Shell 0.1%