1 مستودع
Sequential method-call syntax for constructing HTTP requests and image loads in a readable manner.
Distinct from Request Handler Chains: Distinct from Request Handler Chains: focuses on the fluent builder pattern for constructing a single request, not chaining multiple handlers per path.
Explore 1 awesome GitHub repository matching web development · Fluent Builder Chains. Refine with filters or upvote what's useful.
Ion is an asynchronous HTTP client library for Android that handles network requests, JSON parsing, image loading, and file downloads. It provides a fluent builder pattern for constructing requests and supports automatic JSON deserialization into Java objects using Gson, along with in-memory image caching and multipart form-data encoding. The library distinguishes itself through its support for request cancellation via Future objects, allowing individual or bulk cancellation of in-flight requests to avoid wasted bandwidth and stale callbacks. It also includes proxy-aware request routing for d
Build HTTP requests and image loads using a sequential method-call syntax for readability.