Ross ROSS = Recommend OSS · open-source software intelligence for agents

daltoniam/SwiftHTTP

Thin wrapper around NSURLSession in swift. Simplifies HTTP requests. observed · 2026-08-28

github.com/daltoniam/SwiftHTTP · Swift · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

32/100

  • Activity 0
  • Release rhythm 35
  • Longevity 100

Flags: no_releases

How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 4460
  • days_rel: n/a
  • days_push: 1934
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1890 stars · 304 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

SwiftHTTP is a thin Swift wrapper around NSURLSession that simplifies making HTTP requests with closure-based APIs. It supports parameter encoding, JSON serialization, uploads/downloads with progress, and SSL pinning.

Use cases

  • make simple GET/POST requests in Swift
  • upload files with progress callbacks
  • download files to disk
  • serialize parameters into query strings or JSON bodies
  • add custom headers to requests
  • pin SSL certificates for secure connections

When to choose

  • you want a lightweight, concise HTTP client in Swift without heavy dependencies
  • you need simple closure-based request APIs with queue support
  • you need basic upload/download with progress handling

When to avoid

  • you need async/await or modern Swift concurrency APIs
  • you want a actively maintained library with frequent updates (last release 2021)
  • you need advanced features like interceptors or streaming responses

Facets

library · maturity maintenance

http-client serialization web-development developer-tools apis nsurlsession http-requests swift-wrapper file-upload ssl-pinning swift ios macos

1 source

Member repositories

RepositoryRoleHealth v2
daltoniam/SwiftHTTPmain32

For agents

markdown · JSON · MCP: product_card(name="daltoniam/SwiftHTTP")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem