-
Updated
Feb 13, 2021 - JavaScript
#
url
Here are 1,527 public repositories matching this topic...
Javascript URL mutation library
Parse and stringify URL query strings
-
Updated
Feb 26, 2021 - JavaScript
Fast and secure tunnels over HTTP/2
-
Updated
Nov 18, 2020 - Go
-
Updated
Feb 20, 2021 - Python
A macOS app for customizing which browser to start
-
Updated
Mar 6, 2021 - Swift
Open
Query params output
10
React Hook for managing state in URL query parameters with easy serialization.
-
Updated
Feb 28, 2021 - TypeScript
Create and view web pages stored entirely in the URL
-
Updated
Oct 25, 2020 - JavaScript
filiroman
commented
Feb 10, 2021
-
Updated
Mar 30, 2019 - Swift
Attempts to improve how clickable links are detected, highlighted and handled in TextView
-
Updated
Dec 30, 2020 - Java
A <Hyperlink /> component for react-native that makes urls, fuzzy links, emails etc clickable
-
Updated
Jul 15, 2020 - JavaScript
A silly snake game on the browser URL
-
Updated
Apr 16, 2020 - 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
Jan 26, 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
Sep 20, 2019 - 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
Feb 25, 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