Download Latest Version Adds PrivacyInfo.xcprivacy source code.zip (75.2 kB)
Email in envelope

Get an email when there's a new version of Networking

Home / 1.2.4
Name Modified Size InfoDownloads / Week
Parent folder
1.2.4 source code.tar.gz 2023-11-14 56.0 kB
1.2.4 source code.zip 2023-11-14 74.8 kB
README.md 2023-11-14 234 Bytes
Totals: 3 Items   131.1 kB 0

Adds POST, PUT, PATCH Encodable body.

Example:

:::swift
let data: Data = try await network.post("/users", body: Credentials(username: "john", password: "doe"))

where Credentials conforms to the Encodable protocol.

Source: README.md, updated 2023-11-14