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

2 repos

Awesome GitHub RepositoriesCookie Management

Utilities for parsing, storing, and managing HTTP cookie files and their associated attributes.

Distinguishing note: No existing candidates provided; this category specifically handles persistent cookie storage formats.

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

  1. Home
  2. Web Development
  3. Cookie Management

Awesome Cookie Management GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • usebruno/bruno

    usebruno/bruno

    40,990View on GitHub↗

    Bruno is a local-first API client designed for building, testing, and managing network requests across a wide range of protocols. By storing all collections and configurations as plain-text files directly on the local filesystem, it enables native version control and offline access, ensuring that project data remains under user control without requiring cloud synchronization. The platform distinguishes itself through a declarative approach to API management, utilizing a domain-specific language to define request parameters and metadata. This architecture supports a robust testing environment

    Allows users to interact with cookies within the request interface to simulate browser behavior.

    JavaScriptapi-clientapi-testingautomation
    40,990View 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 reads and writes HTTP cookies using text-based files that store attributes like domain, path, expiration, and security flags in tab-separated fields.

    Ccclientcurl
    40,877View on GitHub↗