awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hongyangandroid/okhttputilshongyangAndroid 的头像

    hongyangAndroid/okhttputils

    6,842在 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
    在 GitHub 上查看↗6,842
  • vcr/vcrvcr 的头像

    vcr/vcr

    6,070在 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
    在 GitHub 上查看↗6,070
  • amitshekhariitbhu/fast-android-networkingamitshekhariitbhu 的头像

    amitshekhariitbhu/Fast-Android-Networking

    5,906在 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
    在 GitHub 上查看↗5,906
  1. Home
  2. Networking & Communication
  3. HTTP Request Customization
  4. Request Execution
  5. GET Request Executions

探索子标签

  • 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.