seomoz / url-cpp

C++ bindings for url parsing and sanitization
MIT License
19 stars 11 forks source link

Expose escape and unescape as static functions. #26

Open dlecocq opened 8 years ago

dlecocq commented 8 years ago

@b4hand @lindseyreno @tammybailey -- this will be helpful in some other contexts. In particular, it would be helpful to be able to escape things without having to parse a URL just to escape a path.

b4hand commented 8 years ago

LGTM