#
nsurlsession
Here are 56 public repositories matching this topic...
a iOS network debug library, monitor HTTP requests
ios
objective-c
network
nsurlsession
network-monitoring
charles
http-monitor
network-debug
networkeye
nsurlconnection
-
Updated
Nov 25, 2019 - Objective-C
4
This download manager uses NSURLSession api to download files. It can download multiple files at a time. It can download large files if app is in background. It can resume downloads if app was quit.
-
Updated
Feb 25, 2020 - Swift
cristianoccazinsp
commented
Jul 16, 2019
Trying to figure out why some uploads fail when they are just a bit large (e.g., 20-25mb). Didn't find the answer, but the following docs brought my attention:
A URL request object that provides the URL, cache policy, request type, and so on.
The body stream and body d
HWIFileDownload simplifies file download with NSURLSession on iOS.
-
Updated
Apr 27, 2019 - Objective-C
NSURLSession category which brings NSURLConnection-like synchronous tasks to NSURLSession
-
Updated
Oct 15, 2015 - Objective-C
Simple Http client (Use RxSwift for stream data)
-
Updated
Sep 21, 2019 - Swift
Example of combining NSURLSession with NSOperation to form one task
-
Updated
Dec 2, 2019 - Objective-C
-
Updated
May 17, 2017 - Objective-C
Kill nsurlsessiond processus on macOS to get the network free
-
Updated
Oct 11, 2017 - Shell
A useful file downloader in iOS development, written in objective-C & Swift
swift
ios
downloader
objective-c
download
nsurlsession
downloadmanager
filedownloader
nsurlsessiondownloadtask
-
Updated
Apr 26, 2017 - Objective-C
-
Updated
Oct 20, 2019 - Swift
Test project to setup SSL pinning with Xamarin.iOS
-
Updated
Feb 16, 2017 - C#
SJURLSessionOperation creates and manages an NSURLSessionDownloadTask object based on a specified request and download location. SJURLSessionOperation is a subclass of NSOperation which then can be used with a NSOperationQueue. In addition, it uses AFURLSessionManager so, it requires AFNetworking.
-
Updated
Feb 22, 2017 - Objective-C
A simple, thread safe networking library for iOS
-
Updated
May 9, 2018 - Swift
An NSURLSession test framework, inspired by DVR and VCR
-
Updated
Apr 18, 2020 - Objective-C
An example project about pausing and resuming download requests
swift
ios
downloader
networking
imgur
nsurlsession
smart
imgur-api
nsurlsessiondownloadtask
pausable
-
Updated
May 5, 2020 - Swift
An app that lets its users keep and check multiple photo albums associated with the entered locations.
udacity
flickr
nsurlsession
coredata
flickr-api
udacity-ios-nanodegree
ios-nanodegree-virtualtourist
-
Updated
Apr 9, 2019 - Swift
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
testing
swift
http
swift-package-manager
mocking
nsurlsession
api-test
replay
swiftpm
api-testing
mocking-framework
mocking-library
vcr
accurate-tests
vhs
-
Updated
Jun 5, 2019 - Swift
NSURLProtocol + NSURLSession for WKWebView based on 🍎 's CustomHTTPProtocol
-
Updated
May 23, 2019 - Objective-C
Objective C code.
-
Updated
Jun 15, 2019 - Objective-C
Set of utility classes to simplify day to day tasks with networking using Swift.
-
Updated
Sep 14, 2019 - Swift
A lightweight networking framework for iOS.
-
Updated
May 17, 2019 - Objective-C
It shows top iOS apps from app store. One can filter the list of apps using app name or category
swift
ios
json
extension
guard
nsurlsession
mvc-architecture
ios-swift
lazy-loading
completion-handler
segue
itunes-api
tableviewcell
uitest
unit-test
optionals
jsondecoder
optional-chaining
swift5
darkmode-ios13
-
Updated
Mar 31, 2020 - Swift
An example project to show how using custom request classes can lead to a more modular project that is easier to test
-
Updated
Dec 2, 2019 - Swift
Virtual Tourist for Flickr
flickr
uicollectionview
picture
nsurlsession
coredata
mapkit
nsfetchedresultscontroller
pin
uicollectionviewdatasource
-
Updated
Feb 13, 2018 - Swift
Improve this page
Add a description, image, and links to the nsurlsession topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nsurlsession topic, visit your repo's landing page and select "manage topics."


Haven't found data upload progress block in documentation. Is it planned or forgotten to appear in documentation?
Library looks simple and tasty! Thank you!