awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
pillarjs avatar

pillarjs/encodeurl

0
View on GitHub↗
39 stars·23 forks·JavaScript·MIT·11 views

Encodeurl

Encode a URL to a percent-encoded form, excluding already-encoded sequences.

Features

  • URL and Network Utilities - Encodes URLs while preserving existing encoding.

Star history

Star history chart for pillarjs/encodeurlStar history chart for pillarjs/encodeurl

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Encodeurl

These projects share indexed features with Encodeurl. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • lorien/web-scrapinglorien avatar

    lorien/web-scraping

    7,931View on GitHub↗

    This project is a comprehensive resource directory for web data extraction, providing a curated collection of tools and libraries for parsing data, automating browsers, and managing network operations. It serves as a guide for extracting structured information from HTML, XML, JSON, and PDF formats. The toolkit focuses on advanced data collection strategies, including headless browser automation to interact with JavaScript and a suite of network utilities for DNS resolution and WebSocket connections. It specifically covers methods for bypassing bot protections through proxy pool management, us

    Makefile
    View on GitHub↗7,931
  • ljharb/qsljharb avatar

    ljharb/qs

    8,940View on GitHub↗

    qs is a query string parsing and serialization library used to convert URL query strings into JavaScript objects and transform objects or arrays back into URI-encoded strings. It functions as a secure parser and URI encoding utility, specifically designed to handle nested data structures. The library distinguishes itself through configurable nesting styles and array serialization formats. It provides support for custom character encoding logic and utilizes charset sentinels to manage conversions between UTF-8 and ISO-8859-1. To prevent resource exhaustion and security vulnerabilities, the pr

    JavaScript
    View on GitHub↗8,940
  • jfromaniello/url-joinjfromaniello avatar

    jfromaniello/url-join

    366View on GitHub↗

    Join all arguments together and normalize the resulting URL.

    JavaScript
    View on GitHub↗366
  • googlechromelabs/native-urlG

    GoogleChromeLabs/native-url

    0View on GitHub↗

    A lightweight implementation of Node's url interface atop the URL API. Use it instead of the url module to reduce your bundle size by around 7.5 kB.

    View on GitHub↗0
Compare all 14 related projects→

Frequently asked questions

What does pillarjs/encodeurl do?

Encode a URL to a percent-encoded form, excluding already-encoded sequences.

What are the main features of pillarjs/encodeurl?

The main features of pillarjs/encodeurl are: URL and Network Utilities.

Which projects share features with pillarjs/encodeurl?

Projects with overlapping indexed features include: lorien/web-scraping — This project is a comprehensive resource directory for web data extraction, providing a curated collection of tools… medialize/uri.js — URI.js is a full-featured JavaScript library for parsing, building, normalizing, and mutating URLs and their… googlechromelabs/native-url — A lightweight implementation of Node's url interface atop the URL API. Use it instead of the url module to reduce your… jfromaniello/url-join — Join all arguments together and normalize the resulting URL. ljharb/qs — qs is a query string parsing and serialization library used to convert URL query strings into JavaScript objects and… pillarjs/parseurl — Parse a URL with memoization.