3 个仓库
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.
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.
🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀
Sends HTTP POST requests with form parameters and returns responses through observable streams.
WebMock 是一个用于 HTTP 请求存根、响应模拟和网络拦截的 Ruby 库。它既是一个用于验证传出 HTTP 流量的测试断言框架,也是一个网络拦截层,可阻止外部连接以防止测试期间发生意外请求。 该项目提供了动态响应生成以及为同一端点的重复请求排序不同返回值的功能。它支持模拟网络故障(如超时或异常),并允许使用从本地文件加载的原始 HTTP 数据进行响应重放。 该库涵盖了广泛的 API 模拟和网络控制功能,包括基于 URI 和标头的请求匹配、请求签名记录以及出站流量过滤。它还包括通过自定义回调拦截和记录网络事件的监控实用程序。
Captures and stores a history of all intercepted requests to enable post-execution assertions.