larroy / urlcpp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 98.4%Language:Python 0.8%Language:Makefile 0.8%