Skip to content

kurt-nj/url_encoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

Stars

Watchers

Forks

Packages

No packages published

Languages