3lvis/Networking
Swift HTTP Networking with stubbing and caching support observed · 2026-08-28
Health v2 · maintenance only
80/100
- Activity 88
- Release rhythm 57
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 306.0
- age_days: 4210
- days_rel: 76
- days_push: 74
- n_releases_24m: 3
Adoption not part of the score
1378 stars · 111 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Networking is a Swift HTTP networking library built on URLSession with a simple, singleton-free API. It offers built-in request stubbing/mocking, flexible caching, image downloading, and multiple body encoding options.
Use cases
- make http requests in an ios app with swift
- stub or fake network responses for testing
- download and cache images from urls
- send or multipart request bodies
- handle http basic and bearer token authentication
- cancel in-flight network requests
- replace alamofire with a dependency-free networking layer
When to choose
- you want a lightweight Swift HTTP client with no external dependencies
- you need easy request stubbing for unit tests
- you want built-in image downloading and caching
- you prefer a singleton-free, minimal API over Alamofire or Moya
When to avoid
- you need advanced features like request interceptors or reactive extensions
- your project is not in Swift or targets non-Apple platforms
- you already have a large Alamofire/Moya-based codebase with plugins
Facets
library · maturity active
http-client caching mocking networking mobile-development developer-tools testing cross-platform urlsession stubbing swift-package cocoapods carthage image-downloading alamofire-alternative swift ios macos mobile
1 source
- readme: https://github.com/3lvis/Networking · fetched 2026-08-28 · 0b6a0d4c6e93
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| 3lvis/Networking | main | 80 |
For agents
markdown · JSON · MCP: product_card(name="3lvis/Networking")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem