url-parsing
There are 116 repositories under url-parsing topic.
ljharb/qs
A querystring parser with nesting support
gruns/furl
🌐 URL parsing and manipulation made easy.
aio-libs/yarl
Yet another URL library
remusao/tldts
JavaScript Library to extract domains, subdomains and public suffixes from complex URIs.
patternhelloworld/url-knife
Extract and decompose (fuzzy) URLs (including emails, which are conceptually a part of URLs) in texts with Area-Pattern-based modularity
lemonlabsuk/scala-uri
Simple scala library for building and parsing URIs
python-hyper/hyperlink
🔗 Immutable, Pythonic, correct URLs.
camelaissani/frontexpress
An Express.js-Style router for the front-end
ilyapuchka/URLFormat
Type safe url pattern matching without regular expressions and arguments type mismatches based on parser combinators.
barseghyanartur/tld
Extracts the top level domain (TLD) from the URL given.
stricaud/faup
Fast URL decoder library
smola/galimatias
galimatias is a URL parsing and normalization library written in Java.
rotemreiss/uddup
Urls de-duplication tool for better recon.
adbar/courlan
Clean, filter and sample URLs to optimize data collection – Python & command-line – Deduplication, spam, content and language filters
crwlrsoft/url
Swiss Army knife for urls.
anthonynsimon/jurl
Fast and simple URL parsing for Java, with UTF-8 and path resolving support
EricEdens/urllib
A modern URL toolset for Java. Compliant with RFC 3986.
lmammino/tall
Promise-based, No-dependency URL unshortner (expander) module for Node.js
neurons-me/this.url
The this.url class is designed to fetch and parse URL data, returning an object with structured information that can then be used for machine learning algorithms in a database or other storage.
Riimu/Kit-UrlParser
RFC 3986 compliant url parsing library with PSR-7 Uri component
tjenkinson/url-toolkit
Build an absolute URL from a base URL and a relative URL (RFC 1808).
its0x08/duckduckgo
A simple DuckDuckGo URL scraper.
stevenvachon/universal-url
WHATWG URL for Node & Browser.
ManuelBerrueta/urlyzer
urlyzer is a URL parsing analysis tool.
marrow/uri
A type to represent, query, and manipulate a Uniform Resource Identifier.
TomWright/queryparam
Go package to easily convert a URL's query parameters/values into usable struct values of the correct types.
TRowbotham/URL-Parser
A WHATWG URL spec compliant URL parser for working with URLs and their query strings.
TechnikEmpire/DistillNET
DistillNET is a library for matching and filtering HTTP requests and HTML response content using the Adblock Plus Filter format.
fluffy-critter/php-urljoin
A library function for joining a base URL and a target URL into a an absolute URL
com-puter-tips/Links-Extractor
Extract all internal and external links from a URL in Python.
eladaus/URL-Detector
C# port of the popular LinkedIn Java library to detect and normalize URLs in text
fightbulc/simplon_url
Simple URL parsing, building and manipulation without dependencies
denilsonsa/crx-uri-splitter
Browser extension to easily and quickly edit the URL/URI from the current page
propensive/nettlesome
Typesafe representations of network concepts in Scala
stevenvachon/universal-url-lite
A smaller Universal WHATWG URL, for Browserify/etc.
techouse/qs
A query string encoding and decoding library for Dart. Ported from qs for JavaScript.