url-js
URL parser
A high-performance URL parsing state machine implementation in Node.js
Super fast spec-compliant URL state machine for Node.js
165 stars
15 watching
5 forks
Language: JavaScript
last commit: about 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
gernest/url | A URL parser library designed to be compatible with RFC 3986 standards and written in the Zig programming language. | 6 |
unshiftio/url-parse | A small footprint URL parser that works in both browser and Node.js environments. | 1,029 |
snd/url-pattern | A small, fast, and customizable JavaScript library for parsing URLs and string patterns. | 585 |
mikhus/domurl | A lightweight JavaScript library for manipulating URLs | 541 |
patternhelloworld/url-knife | A JavaScript library to extract and decompose URLs in texts with robust patterns, including email addresses. | 341 |
choojs/nanolocation | A small JavaScript library that extracts the current URL path and hash as a single string. | 10 |
yanagieiichi/uparams | A utility library for parsing and manipulating URL query strings and hash values | 3 |
golgote/neturl | URL parser and builder library with normalization, path segmentation, and query string handling capabilities | 252 |
brunobernardino/shurley | A tool for parsing and normalizing URLs with potential errors or typos | 6 |
r1chardj0n3s/parse | A library that parses strings using a specification based on the Python format() syntax | 1,713 |
herloct/url-parser | A tool for parsing and extracting specific parts of URLs from command-line input. | 11 |
thephpleague/uri | A PHP library for manipulating and parsing URIs according to various standards | 1,034 |
hetiansu5/urlquery | A URL query string encoder and parser written in Go. | 60 |
marcelog/ex_rfc3986 | An Elixir implementation of the URI parsing rules defined in RFC3986 | 10 |
webtorrent/parse-torrent | This project provides a utility to parse and extract metadata from torrent identifiers. | 441 |