Elegant HTTP Networking in Swift
-
Updated
Aug 11, 2021 - Swift
{{ message }}
Elegant HTTP Networking in Swift
A lightweight, one line setup, iOS / OSX network debugging library!
Restofire is a protocol oriented networking client for Alamofire
Essential `URLSessionDataTask` micro-wrapper for communication with HTTP(S) web services, with built-in automatic request retries.
Versatile HTTP Networking in Swift
Another network wrapper for URLSession. Built to be simple, small and easy to create tests at the network layer of your application.
Declarative and Reactive Networking for Swift.
Wrapper around URLSession and URLSessionTask to enable seamless integration with Operation / OperationQueue.
Logs detailed metrics about NSURLSession tasks to the console
A simple, robust and elegant download manager supporting simultaneous downloads with closure syntax for progress and completion tracking. Written in Swift with
iOS pod about a curious fish named Guppy
Add a pre-defined HTTP.HeaderValue for "Authorization Basic " header format.
An example project looking at how to combine Operations with URLSession
This project covers: 1) UICollectionViewFlowLayout with all the auto-layout constraints added programatically 2) How to build custom tab bar as seen in YouTube app 3) URL session integration to build feed for Home screen. All written in Latest Swift 3 syntax following MVC pattern, re-usable code methodologies, extensions etc.Converted from Swift2 (Source: https://www.letsbuildthatapp.com) to Swift3.
An easy-to-use library to stub HTTP requests using URLSession and to swizzle methods
Clean & simple Swift networking stack playground
An example project looking at how to implement background transfers on iOS
Networking in Swift with REST API calls and URLSession, that puts the parsed JSON Data from an HTTP based JSON storage endpoint I created into a TableView and persists the data using Core Data with CRUD (create, read, update, and delete). I used also Unit Tests to test URLSession asynchronous network operations and make the project as robust as possible. When the JSON data is parsed into the dynamic TableView cell we can easily delete the cell with a swipe, the TableView will then reload itself with a custom made animation and Core Data will update and save the changes in realtime. There is also an option to send HTTP GET requests to the JSONPlaceholder server. A And last but not least I implemented a settings launcher slide-up menu that slides up from the bottom of the screen when the settings tab bar button is pressed. On the slide-up menu, we have all the functionalities I mentioned above like getting the data from the REST API, filtering the data in the cells using a search bar and sorting them in the right alphabetical order, and also send data to a REST API.
HttpUtility is an open source MIT license project which is helpful in making HTTP requests and returns a decoded object from server. Right now this utility only parses JSON.
Update documentation to support better DocC documentation output.
A networking library for iOS, macOS, watchOS and tvOS
A tiny HTTP client written in swift. URLSession alternative
Single / multiple files downloader written in pure Swift
Swift HTTP access library
Add a description, image, and links to the urlsession topic page so that developers can more easily learn about it.
To associate your repository with the urlsession topic, visit your repo's landing page and select "manage topics."
Acceptance Criteria