nsurlsession
There are 60 repositories under nsurlsession topic.
pmusolino/Wormholy
iOS network debugging, like a wizard 🧙♂️
coderyi/NetworkEye
a iOS network debug library, monitor HTTP requests
3lvis/Networking
Swift HTTP Networking with stubbing and caching support
mzeeshanid/MZDownloadManager
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.
Vydia/react-native-background-upload
Upload files in your React Native app even while it's backgrounded. Supports Android and iOS, including camera roll assets.
twitter/ios-twitter-network-layer
Twitter Network Layer is a scalable and feature rich network layer built on top of NSURLSession for Apple platforms
SYFH/FKDownloader
👍🏻📥Maybe the best file downloader.
Heikowi/HWIFileDownload
HWIFileDownload simplifies file download with NSURLSession on iOS.
zymxxxs/YMHTTP
基于 libcurl 的 IO 多路复用 HTTP 框架,适用于 iOS 平台,支持 HTTP/HTTPS/HTTP2/DNS(SNI)
floschliep/NSURLSession-SynchronousTask
NSURLSession category which brings NSURLConnection-like synchronous tasks to NSURLSession
farnots/StopNsurlsessiond
Kill nsurlsessiond processus on macOS to get the network free
RxSwiftCommunity/RxHttpClient
Simple Http client (Use RxSwift for stream data)
mezhevikin/http-request
🌐 A tiny http client for iOS and macOS. Only 80 lines of code.
wibosco/NetworkingWingman-Example
Example of combining NSURLSession with NSOperation to form one task
Luoyuanfeng/LYFDownloader
A useful file downloader in iOS development, written in objective-C & Swift
durgiya/WormholyForObjectiveC
Network debugging made easy,This network debugging tool is developed based on the swift version of Wormholy.
jonathanpeppers/Xamarin.SSLPinning
Test project to setup SSL pinning with Xamarin.iOS
RaisinTen/benoni
A lightweight C++ HTTP library that uses the system's HTTP client on Windows, Apple and Linux.
suifei/httpdump
A generic HTTP/HTTPS protocol packet capture script tool for iOS App based on frida.
wibosco/PausableDownloads-Example
An example project about pausing and resuming download requests
Chandlerdea/NetworkingController
A simple, thread safe networking library for iOS
danlozano/Requestr
Simple swift NSURLSession wrapper
flexih/Tortoise
NSURLProtocol + NSURLSession for WKWebView based on 🍎's CustomHTTPProtocol
newmarcel/RecorderSession
An NSURLSession test framework, inspired by DVR and VCR
TiagoMaiaL/Virtual-Tourist
An app that lets its users keep and check multiple photo albums associated with the entered locations.
com-github-albert/HiNetworkKit
A lightweight networking framework for iOS.
Duraiamuthan/TopiOSApps
It shows top iOS apps from app store. One can filter the list of apps using app name or category
LinkAndreas/Aphrodite
A generic network abstraction build on top of NSURLSession and Combine
RLovelett/VHS
Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests.
srinikhil-07/Objective-C-Basics
Objective C code.
wibosco/MakingRequests-Example
An example project to show how using custom request classes can lead to a more modular project that is easier to test
afbeaver/easy-weather
A simple weather app for iOS in Objective-C
MaximAlien/SwiftyNetworking
Set of utility classes to simplify day to day tasks with networking using Swift.
nsutanto/ios-VirtualTourist
Virtual Tourist for Flickr
twodayslate/SessionSwizzler
Swizzle NSURLSession using RSSwizzle