Here are
1,474 public repositories
matching this topic...
Javascript URL mutation library
Updated
Dec 23, 2020
JavaScript
Parse and stringify URL query strings
Updated
Nov 5, 2020
JavaScript
Fast and secure tunnels over HTTP/2
🌐 URL parsing and manipulation made easy.
Updated
Oct 19, 2020
Python
Create and view web pages stored entirely in the URL
Updated
Oct 25, 2020
JavaScript
A macOS app for customizing which browser to start
Updated
Nov 28, 2020
Swift
React Hook for managing state in URL query parameters with easy serialization.
Updated
Nov 8, 2020
TypeScript
📱 Launch external apps, and deeplink, with ease using Swift!
Updated
Mar 30, 2019
Swift
Bidirectional URI routing
Updated
Feb 19, 2020
Clojure
Purl is a simple Object Oriented URL manipulation library for PHP 7.2+
🌍 Compass helps you setup a central navigation system for your application
Updated
Nov 19, 2020
Swift
姬长信API For Docker 一个基于多种编程语言开源免费不限制提供生活常用,出行服务,开发工具,金融服务,通讯服务和公益大数据的平台.
Attempts to improve how clickable links are detected, highlighted and handled in TextView
Updated
Sep 28, 2020
Java
URLEmbeddedView automatically caches the object that is confirmed the Open Graph Protocol.
Updated
Jan 11, 2020
Swift
Create and validate signed URLs with a limited lifetime
A <Hyperlink /> component for react-native that makes urls, fuzzy links, emails etc clickable
Updated
Jul 15, 2020
JavaScript
Digger is a lightweight download framework that requires only one line of code to complete the file download task
Updated
Jul 25, 2019
Swift
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.
Updated
Dec 3, 2020
JavaScript
🔥 No repackage, switch environment with one click.(无需重新打包,一键切换环境 )
Updated
Nov 18, 2019
Java
tiny Go library to normalize URLs
Parse, build and manipulate URL's
RFC3986/RFC3987 compliant URI parser
E2guardian is a web content filter that can work in proxy, transparent or icap server modes
Updated
Dec 22, 2020
HTML
🔗 Minimal URL - Modern URL shortener with support for custom alias & can be hosted even in GitHub pages [DEPRECATED]
Updated
Jul 30, 2020
JavaScript
Polyfill URL and URLSearchParams to match last ES7 specifications
Updated
Oct 31, 2020
JavaScript
Open Cortana searches with your default browser.
Updated
Aug 9, 2019
Inno Setup
Improve this page
Add a description, image, and links to the
url
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
url
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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