# dduan/Just

Swift HTTP for Humans

Repository: https://github.com/dduan/Just
Canonical: https://ross.abutalabs.com/products/dduan-just
Language: Swift
License: MIT
License Family: permissive
Topics: swift, requests, http
Archived: true
Last push: 2024-03-26T16:03:27+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4152, "days_push": 890, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1401, forks 130 (observed 2026-08-28T04:04:37.226400+00:00)

## What it is
Just is a Swift client-side HTTP library inspired by python-requests, offering a friendly API for making synchronous and asynchronous requests. It supports headers, form/JSON bodies, file uploads, authentication, cookies, and progress tracking.

## Use cases
- make http requests in swift
- upload files with multipart in ios app
- call rest api from swift
- send json post request in swift
- handle basic auth in http client swift
- track download progress in swift

## When to choose
- you want a python-requests-like ergonomics in Swift
- you need simple sync/async requests with file upload and auth on iOS/macOS

## When to avoid
- you need a modern async/await-first API or ongoing active development
- you need advanced features like interceptors or streaming responses

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, file-upload, auth
- domain: web-development, developer-tools, apis
- platform: cross-platform
- tags: http-for-humans, python-requests-inspired, cocoapods, swift-package-manager, swift, ios, macos

## Member repositories
- dduan/Just (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:37.226400+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:39:02.094579+00:00, confidence not recorded.
  - readme: https://github.com/dduan/Just (fetched 2026-08-28T04:04:37.226400+00:00, sha 868f150ab439)
- Data as of 2026-08-30T08:39:29.467469+00:00.
