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

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

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

3 个仓库

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

用 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 POST requests with form parameters.

    Java
    在 GitHub 上查看↗6,842
  • amitshekhariitbhu/fast-android-networkingamitshekhariitbhu 的头像

    amitshekhariitbhu/Fast-Android-Networking

    5,906在 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
    在 GitHub 上查看↗5,906
  • bblimke/webmockbblimke 的头像

    bblimke/webmock

    4,050在 GitHub 上查看↗

    WebMock 是一个用于 HTTP 请求存根、响应模拟和网络拦截的 Ruby 库。它既是一个用于验证传出 HTTP 流量的测试断言框架,也是一个网络拦截层,可阻止外部连接以防止测试期间发生意外请求。 该项目提供了动态响应生成以及为同一端点的重复请求排序不同返回值的功能。它支持模拟网络故障(如超时或异常),并允许使用从本地文件加载的原始 HTTP 数据进行响应重放。 该库涵盖了广泛的 API 模拟和网络控制功能,包括基于 URI 和标头的请求匹配、请求签名记录以及出站流量过滤。它还包括通过自定义回调拦截和记录网络事件的监控实用程序。

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

    Ruby
    在 GitHub 上查看↗4,050
  1. Home
  2. Networking & Communication
  3. HTTP Request Customization
  4. Request Execution
  5. POST Request Executions

探索子标签

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