awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesGET Request Executions

Sends HTTP GET requests with query parameters and returns responses through callbacks.

Distinct from Request Execution: Distinct from Request Execution: focuses specifically on GET requests with callback-based response handling, not general request execution.

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

Awesome GET Request Executions GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • hongyangandroid/okhttputilsAvatar de hongyangAndroid

    hongyangAndroid/okhttputils

    6,842Ver en 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 GET requests with query parameters.

    Java
    Ver en GitHub↗6,842
  • vcr/vcrAvatar de vcr

    vcr/vcr

    6,070Ver en GitHub↗

    VCR is a Ruby library that records and replays HTTP interactions during test runs, storing them in serialized cassette files. It captures real HTTP requests and responses, then serves those recorded responses instead of making actual network calls, enabling fast and deterministic test suites that work offline. The library provides configurable request matching, allowing comparisons based on method, URI, host, path, body, or headers to find the correct recorded response. It supports scheduled cassette re-recording to automatically refresh stored interactions at a configurable interval, keeping

    Prevents any HTTP request not explicitly allowed or recorded in a cassette from being executed.

    Ruby
    Ver en GitHub↗6,070
  • amitshekhariitbhu/fast-android-networkingAvatar de amitshekhariitbhu

    amitshekhariitbhu/Fast-Android-Networking

    5,906Ver en GitHub↗

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

    Executes HTTP GET requests with query parameters and returns responses through observable streams.

    Java
    Ver en GitHub↗5,906
  1. Home
  2. Networking & Communication
  3. HTTP Request Customization
  4. Request Execution
  5. GET Request Executions

Explorar subetiquetas

  • Unallowed HTTP Request BlockersPrevents any HTTP request not explicitly allowed or recorded in a cassette from being executed. **Distinct from GET Request Executions:** Distinct from GET Request Executions: focuses on blocking unallowed requests in test environments, not executing GET requests.