-
Updated
Jul 14, 2021 - JavaScript
#
url
Here are 1,702 public repositories matching this topic...
Javascript URL mutation library
Parse and stringify URL query strings
-
Updated
Aug 19, 2021 - JavaScript
Fast and secure tunnels over HTTP/2
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 16, 2021 - Python
A macOS app for customizing which browser to start
-
Updated
Aug 11, 2021 - Swift
React Hook for managing state in URL query parameters with easy serialization.
-
Updated
Aug 13, 2021 - TypeScript
Open
Query params output
10
Create and view web pages stored entirely in the URL
-
Updated
Mar 10, 2021 - JavaScript
haansplosion
commented
Jun 22, 2021
Example: https://www.jbhifi.com.au/products/playstation-4-biomutant
Repeats the first and second image rather than showing all 4.
-
Updated
Mar 30, 2019 - Swift
Attempts to improve how clickable links are detected, highlighted and handled in TextView
-
Updated
May 29, 2021 - Java
A <Hyperlink /> component for react-native that makes urls, fuzzy links, emails etc clickable
-
Updated
Aug 11, 2021 - JavaScript
A silly snake game on the browser URL
-
Updated
May 16, 2021 - JavaScript
Node.js module to generate URL slugs. Another one? This one cares about i18n and transliterates non-Latin scripts to conform to the RFC3986 standard. Mostly API-compatible with similar modules.
nodejs
javascript
i18n
url
language
converts
seo
transliteration
pinyin
latin-script
hepburn
slug
speakingurl
-
Updated
May 3, 2021 - JavaScript
smilingthax
commented
Dec 3, 2020
https://url.spec.whatwg.org/commit-snapshots/2ce49383db3506a3c1a527a775693af1100198ef/#host-parsing
- If input is the empty string, then return 0.
IPv4 parser calls IPv4 number parser in Step 6.2:
- Let result be the result of parsing part. <-- call to IPv4 number parser
- If result is failure, then return input.
- If result[1] is tr
RFC3986/RFC3987 compliant URI parser
-
Updated
May 16, 2021 - PHP
E2guardian is a web content filter that can work in proxy, transparent or icap server modes
url
ssl
c-plus-plus
web
scalable
openssl
https
proxy
squid
filtering
icap-server
transparent-proxy
content-filter
transparent-https-proxy
dansguardian
e2guardian
http1-1
-
Updated
Jun 29, 2021 - HTML
-
Updated
Jan 24, 2021 - JavaScript
Polyfill URL and URLSearchParams to match last ES7 specifications
-
Updated
Oct 31, 2020 - JavaScript
Improve this page
Add a description, image, and links to the url topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the url topic, visit your repo's landing page and select "manage topics."
Describe the bug
Possibly incorrect queryParams output
To Reproduce
urlcat('https://google.com', '', {test: 'abc'})
returns https://google.com/test=abc
Expected behavior
Should return
https://google.com?test=abc