awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesPOST Request Executions

Sends HTTP POST requests with form parameters and returns responses through callbacks.

Distinct from Request Execution: Distinct from Request Execution: focuses specifically on POST requests with form parameter support, not general request execution.

Explore 3 awesome GitHub repositories matching networking & communication · POST Request Executions. Refine with filters or upvote what's useful.

Awesome POST Request Executions GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • hongyangandroid/okhttputilsAvatar hongyangAndroid

    hongyangAndroid/okhttputils

    6,842Vezi pe GitHub↗

    OkHttpUtils is a convenience wrapper for the OkHttp HTTP client that simplifies common networking operations on Android. It provides a straightforward interface for executing GET and POST requests, including sending form parameters and JSON payloads, as well as uploading files via multipart form data and downloading remote files to local storage. The library distinguishes itself through a set of practical utilities built on top of OkHttp's core architecture. It wraps synchronous calls into an asynchronous callback pattern, includes an interceptor-based logging layer for request and response d

    Provides a primary interface for executing HTTP POST requests with form parameters.

    Java
    Vezi pe GitHub↗6,842
  • amitshekhariitbhu/fast-android-networkingAvatar amitshekhariitbhu

    amitshekhariitbhu/Fast-Android-Networking

    5,906Vezi pe GitHub↗

    🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀

    Sends HTTP POST requests with form parameters and returns responses through observable streams.

    Java
    Vezi pe GitHub↗5,906
  • bblimke/webmockAvatar bblimke

    bblimke/webmock

    4,050Vezi pe GitHub↗

    WebMock este o bibliotecă Ruby pentru stubbing-ul cererilor HTTP, simularea răspunsurilor și interceptarea rețelei. Servește drept framework de aserțiune de testare pentru verificarea traficului HTTP de ieșire și un strat de interceptare a rețelei care blochează conexiunile externe pentru a preveni cererile accidentale în timpul testării. Proiectul oferă capabilități pentru generarea dinamică de răspunsuri și secvențierea diferitelor valori de returnare pentru cereri repetate către același endpoint. Suportă simularea eșecurilor de rețea, cum ar fi timeout-urile sau excepțiile, și permite reluarea răspunsurilor folosind date HTTP brute încărcate din fișiere locale. Biblioteca acoperă o gamă largă de funcții de simulare API și control al rețelei, inclusiv potrivirea cererilor pe baza URI-urilor și a headerelor, înregistrarea semnăturilor cererilor și filtrarea traficului de ieșire. Include, de asemenea, utilitare de monitorizare pentru a intercepta și loga evenimentele de rețea prin callback-uri personalizate.

    Captures and stores a history of all intercepted requests to enable post-execution assertions.

    Ruby
    Vezi pe GitHub↗4,050
  1. Home
  2. Networking & Communication
  3. HTTP Request Customization
  4. Request Execution
  5. POST Request Executions

Explorează sub-etichetele

  • Request History LogsCaptures a chronological record of all intercepted outgoing requests for later verification. **Distinct from POST Request Executions:** Distinct from post-request execution; focuses on the recording/storage of the request signature for assertions.