Skip to content
/ urlcpp Public

A cross platform C++ URL parser and normalizer aiming to be RFC3986 correct

License

Notifications You must be signed in to change notification settings

larroy/urlcpp

Repository files navigation

C++ url library with python module support
==========================================

Depends on
----------
boost::regex



Build and test
--------------

$ make



Do I need this?
---------------

If you are here probably you know about urllib https://docs.python.org/3/library/urllib.html but
likely you either want to have a very fast implementation with handling of subtleties such as IPV6
for parsing and operating in many URLs or want a consistent implementation across C++ and Python or
have other special need.

About

A cross platform C++ URL parser and normalizer aiming to be RFC3986 correct

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages