LUrlParser
URL parser
A lightweight URL parser written in C++ that breaks down URLs into their components and provides access to these parts.
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++ class for parsing and manipulating Uniform Resource Identifiers (URIs) | 140 |
brunobernardino/shurley | A utility for parsing URLs with potential errors and returning a valid one | 6 |
3scale/lua-resty-url | A Lua library that parses and manipulates URLs in a simple Regex-based way. | 42 |
mikhus/domurl | A lightweight JavaScript library for manipulating URLs | 542 |
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. | 293 |
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,030 |
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++ for use in various Node.js-based systems | 1,396 |
thephpleague/uri | A PHP library for manipulating and parsing URIs according to various standards | 1,045 |
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 |