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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

Awesome GitHub RepositoriesPer-Request Proxy Assignments

Capability to assign a different proxy server to each individual HTTP request without altering session-level settings.

Distinct from Request Proxies: Distinct from general Request Proxies: focuses on per-request proxy assignment rather than routing traffic through a single proxy service.

Explore 3 awesome GitHub repositories matching networking & communication · Per-Request Proxy Assignments. Refine with filters or upvote what's useful.

Awesome Per-Request Proxy Assignments GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • diegosouzapw/omnirouteAvatar de diegosouzapw

    diegosouzapw/OmniRoute

    6,391Voir sur GitHub↗

    OmniRoute is a unified LLM API gateway that connects multiple AI providers to a single endpoint. Its primary purpose is to simplify the integration of various AI models into tools and agents by translating different provider formats into a standardized API. The project distinguishes itself through a multi-strategy request routing system that optimizes for cost, speed, and availability, including automatic model fallbacks and a circuit-breaker resilience model to isolate provider failures. It employs a local-first security posture, using AES-256-GCM encryption to store API keys and conversatio

    Allows per-request management of vector quantization for conversational memory using specific HTTP headers.

    TypeScript
    Voir sur GitHub↗6,391
  • lexiforest/curl_cffiAvatar de lexiforest

    lexiforest/curl_cffi

    5,882Voir sur GitHub↗

    curl_cffi is a Python HTTP client built on libcurl that focuses on browser fingerprint impersonation to evade anti-bot detection. By replacing default TLS handshake and HTTP/2 settings with those extracted from real browsers like Chrome and Firefox, it allows HTTP requests that closely mimic actual browser traffic, reducing the likelihood of being blocked by services that fingerprint automated clients. Beyond fingerprint impersonation, curl_cffi offers a dual API supporting both synchronous and asynchronous execution, with per-request proxy assignment, automatic retry with exponential backoff

    Allows each HTTP request to use a different proxy server independently of the session configuration.

    Pythonakamai-fingerprintcurlcurl-impersonate
    Voir sur GitHub↗5,882
  • any4ai/anycrawlAvatar de any4ai

    any4ai/AnyCrawl

    2,742Voir sur GitHub↗

    AnyCrawl is an AI-powered data extractor, automated web crawler, and headless browser orchestrator. It serves as a web content extraction API and a gateway that connects crawling and scraping tools to language models using a standardized API protocol. The project specializes in converting unstructured website content into structured JSON or markdown optimized for AI assistants. It utilizes language models and JSON schemas to pull specific information into validated formats and provides capabilities for AI page summarization and LLM-optimized content extraction. The system manages comprehensi

    Toggles between base, stealth, and custom proxy settings on a per-request basis to optimize speed and access.

    TypeScriptai-scrapingaitoolscrawl
    Voir sur GitHub↗2,742
  1. Home
  2. Networking & Communication
  3. Request Proxies
  4. Per-Request Proxy Assignments

Explorer les sous-tags

  • Memory Optimization HeadersRequest-level controls for toggling vector quantization and memory optimization via HTTP headers. **Distinct from Per-Request Proxy Assignments:** Focuses on the control mechanism (headers) for AI memory optimization rather than the proxy assignment itself.