awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesAutomatic HTTP Method Switchings

Automatically switches to POST for requests exceeding a character threshold and for crash reports, with an option to force POST.

Distinct from HTTP Method Executions: Distinct from HTTP Method Executions: focuses on the automatic switching logic based on request size and type, not general execution of multiple methods.

Explore 2 awesome GitHub repositories matching web development · Automatic HTTP Method Switchings. Refine with filters or upvote what's useful.

Awesome Automatic HTTP Method Switchings 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.
  • proxymanapp/proxymanAvatar de ProxymanApp

    ProxymanApp/Proxyman

    6,858Voir sur GitHub↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    Switches the HTTP method of an intercepted request manually, not automatically based on request size.

    debugging-tooliosmacos
    Voir sur GitHub↗6,858
  • countly/countly-serverAvatar de countly

    countly/countly-server

    5,875Voir sur GitHub↗

    Countly is a self-hosted product analytics and engagement platform that tracks user behavior across mobile, web, and desktop applications. It collects and analyzes device properties, user actions, and session lifecycle data to understand engagement patterns, while also providing crash reporting, push notification delivery, and A/B testing capabilities. The platform is designed for privacy-first deployment, with built-in consent management and the ability to run entirely on private infrastructure. The platform distinguishes itself through its comprehensive feature set that combines analytics w

    Automatically switches to POST for large requests and crash reports, with an option to force POST.

    JavaScript
    Voir sur GitHub↗5,875
  1. Home
  2. Web Development
  3. HTTP Client Requests
  4. HTTP Method Executions
  5. Automatic HTTP Method Switchings

Explorer les sous-tags

  • Manual Method SwitchersSwitches the HTTP method of an intercepted request manually, not automatically based on request size. **Distinct from Automatic HTTP Method Switchings:** Distinct from Automatic HTTP Method Switchings: allows manual switching of HTTP methods, not automatic based on request size.