urlrequest
There are 59 repositories under urlrequest topic.
Alamofire/Alamofire
Elegant HTTP Networking in Swift
kasketis/netfox
A lightweight, one line setup, iOS / OSX network debugging library! 🦊
immobiliare/RealHTTP
🌀swift async http client - fast, lightweight, type-safe
jdisho/TinyNetworking
🌩 Simple HTTP network abstraction layer written in Swift
codecat15/HttpUtility
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.
mw99/OhhAuth
Pure Swift implementation of the OAuth 1.0 protocol as an easy to use extension for the URLRequest type. (RFC-5849)
Yoloabdo/RebootingNetwork
A tutorial project for the network layer with swift protocols/generics in #SwiftCairo talk
mezhevikin/http-request
🌐 A tiny http client for iOS and macOS. Only 80 lines of code.
devyhan/URLRouter
Provides an easy way to manage namespace of multiple URL endpoints in Swift.
MrSkwiggs/Netswift
A type-safe, high-level networking solution for Swift apps
dankinsoid/swift-api-client
Comprehensive and modular Swift library for API design.
MichaelLynx/MNetwork
[iOS/swift]封装自Alamofire及HandyJSON的网络请求库。 Network request library with Alamofire and HandyJSON.
asaday/EzHTTP
Swift HTTP access library
miletliyusuf/YMNetwork
Networking framework in Swift
sbertix/ComposableRequest
A Swift library to abstract API clients.
Cozmonat/Forest
Declarative REST API request construction for iOS and macOS
prashantLalShrestha/NetworkingX
A clean, lightweight framework for making HTTP requests in swift.
pjechris/SimpleHTTP
Lightweight HTTP framework adding functionalites to URLSession.
erenkabakci/fusion
A reactive, lightweight network layer, written in Swift, using Combine
vetrek/SmartNet
Swift Networking Library
EgzonArifi/NetFlex
Flexible Networking library in Swift
satishbabariya/resty
Simple HTTP Networking Library with Async/Await and Codable.
denissimon/URLSessionAdapter
A Codable wrapper around URLSession for networking.
0xLet/SURL
🕸 Swifty URL
Dilip-Parmar/NetKit
A simple HTTP library written in Swift (URLSession Wrapper)
martin-e91/swift-network
A minimal network layer library for performing basic requests.
ml-archive/Springbok
A light and fast HTTP Networking in Swift
pratik-123/URLCache
Simple code for caching API data using URLSession
SyrupMG/Shu
High level api service wrapper around Alamofire
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
belalsamyyy/SimpleAPI
Simple lightweight HTTP Networking Library written in Swift based on UrlSession
nzrsky/CodableRequest
Structured HTTP URLRequest and API client for Swift
prakashgkhaire/web-scraping-using-python
Step-By-Step Guide on Learning web scraping concept using python along with example.
swiftnative/URLConfig
Native swift approach to implement networking in your app.