LUrlParser
URL parser
A lightweight URL parser written in C++ that breaks down URLs into their constituent parts and provides access to them.
Lightweight URL & URI parser (RFC 1738, RFC 3986)
92 stars
7 watching
18 forks
Language: C++
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gesistsa/adar | A fast and compliant URL parser written in C++ | 26 |
cpp-netlib/uri | A C++ library that provides a generic URI parser and builder with features for parsing, encoding, and comparing URIs. | 139 |
brunobernardino/shurley | A tool for parsing and normalizing URLs with potential errors or typos | 6 |
3scale/lua-resty-url | A Lua library for parsing and manipulating URLs | 42 |
mikhus/domurl | A lightweight JavaScript library for manipulating URLs | 541 |
marcelog/ex_rfc3986 | An Elixir implementation of the URI parsing rules defined in RFC3986 | 10 |
codeinthehole/purl | A simple URL manipulation class with an immutable API. | 294 |
golgote/neturl | URL parser and builder library with normalization, path segmentation, and query string handling capabilities | 252 |
unshiftio/url-parse | A small footprint URL parser that works in both browser and Node.js environments. | 1,029 |
marcelog/ex_rfc3966 | A Tel URI parser based on the official uri grammar following the RFC3966 standard. | 1 |
gernest/url | A URL parser library designed to be compatible with RFC 3986 standards and written in the Zig programming language. | 6 |
ada-url/ada | A fast and spec-compliant URL parser written in C++ | 1,358 |
thephpleague/uri | A PHP library for manipulating and parsing URIs according to various standards | 1,034 |
jamesmarlowe/lua-resty-readurl | A Lua library that captures URLs, decodes them, and logs results. | 5 |
patternhelloworld/url-knife | A JavaScript library to extract and decompose URLs in texts with robust patterns, including email addresses. | 341 |