SwiftHTTP
HTTP client
A Swift framework that simplifies HTTP requests by providing a thin wrapper around NSURLSession.
Thin wrapper around NSURLSession in swift. Simplifies HTTP requests.
2k stars
104 watching
313 forks
Language: Swift
last commit: over 3 years ago
Linked from 5 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
nghialv/net | A Swift HTTP request wrapper providing flexible and customizable HTTP clients for various use cases. | 302 |
dduan/just | A client-side HTTP library for making web requests in Swift with human-readable results and advanced features. | 1,406 |
azizuysal/netkit | A concise HTTP framework for building web services in Swift | 5 |
logansease/qwikhttp | A lightweight HTTP networking library for iOS, tvOS and watchOS with builder-style syntax and robust serialization/deserialization capabilities. | 2 |
kitura/swiftyrequest | A Swift HTTP client library for building network requests with automatic encoding, decoding, and authentication. | 110 |
postmates/pmhttp | An HTTP framework providing a more comprehensive networking solution than URLSession | 504 |
aerogear/aerogear-ios-http | A lightweight Swift library for making HTTP requests with authentication and other features | 45 |
softwaremill/sttp | An HTTP client library providing a clean and programmer-friendly API to describe requests and handle responses. | 1,456 |
mlsdev/tron | A lightweight network abstraction layer for building HTTP clients in iOS and other platforms. | 542 |
huytd/swift-http | A simple HTTP implementation for Swift | 449 |
vaheqelyan/karin | An elegant promise-based HTTP client for making requests in web browsers and Node.js applications. | 395 |
mishankov/yahttp | An HTTP client library for Nim, providing a simple and API-focused interface for making HTTP requests. | 24 |
stremsdoerfer/nikka | A lightweight Swift HTTP networking library that enables modular and powerful API interactions | 30 |
maccman/nestful | A Ruby HTTP client library with a simple and sane API for making REST requests. | 508 |
owainlewis/http-dispatch | A high-level HTTP client library with an easy-to-use API and transparent HTTPS support. | 62 |