awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
URL Parsers · Awesome GitHub Repositories

2 repos

Awesome GitHub RepositoriesURL Parsers

Logic for normalizing, validating, and interpreting web addresses.

Distinguishing note: Focuses on the internal processing logic of URLs.

Explore 2 awesome GitHub repositories matching web development · URL Parsers. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. URL Parsers

Awesome URL Parsers GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • alex/what-happens-when

    alex/what-happens-when

    42,715View on GitHub↗

    This project is a collaborative knowledge base and technical learning resource that provides a detailed breakdown of the internal processes occurring within modern computing environments. It serves as a comprehensive educational reference, tracing the step-by-step operations triggered by common user interactions and network requests to explain how hardware and software components interact across the entire stack. The guide distinguishes itself by offering deep technical insights into the journey from physical input to visual output. It covers the low-level mechanics of hardware interrupt hand

    Details the logic used to process and validate URL inputs.

    42,715View on GitHub↗
  • curl/curl

    curl/curl

    40,877View on GitHub↗

    Curl is a command-line tool and portable library for transferring data across a wide range of network protocols. It functions as a unified engine that abstracts diverse communication standards, allowing users and developers to move files and information between servers using a consistent interface. The project provides both a versatile command-line client for terminal-based automation and a stable programmatic interface for integrating complex network operations into applications. The system is distinguished by its protocol-agnostic core and its ability to manage both synchronous and asynchro

    libcurl builds URLs using standard components including scheme, userinfo, hostname, port, path, query, and fragment, with support for various IP address formats.

    Ccclientcurl
    40,877View on GitHub↗