9 repositorios
Tools for handling HTTP requests, downloads, and network connectivity.
Explore 9 awesome GitHub repositories matching part of an awesome list · Networking Libraries. Refine with filters or upvote what's useful.
AFNetworking is an Objective-C networking library for Apple platforms, including iOS, macOS, watchOS, and tvOS. It functions as an HTTP client that manages remote server communication by wrapping the system loading framework to handle requests and responses. The library provides specialized security and identity tools, featuring SSL certificate pinning for server trust validation and the implementation of standardized OAuth authentication flows. It further distinguishes itself with network reachability monitoring to track interface availability and request mocking capabilities to simulate ser
The standard library for network requests and API interaction.
Reachability es una biblioteca de conectividad de red en Objective-C diseñada para monitorear el acceso a internet y la disponibilidad de interfaces dentro de aplicaciones de la plataforma Apple. Sirve como un envoltorio gestionado por memoria para rastrear la accesibilidad de la red, asegurando la compatibilidad con el conteo automático de referencias. La biblioteca utiliza Grand Central Dispatch para monitorear los cambios en la interfaz de red y activar notificaciones asíncronas. Emplea despacho basado en bloques para ejecutar cierres personalizados inmediatamente al detectar un cambio en el estado de accesibilidad de la red. El proyecto cubre el monitoreo de la conectividad de red, permitiendo a las aplicaciones rastrear cuándo un dispositivo obtiene o pierde el acceso a internet. Incluye capacidades para manejar estados offline y configurar qué tipos específicos de conexión de red se tratan como alcanzables.
Utility for monitoring network connectivity status.
YTKNetwork is a high-level networking wrapper library for Objective-C and Swift that simplifies request handling and response management. It serves as a networking layer built around AFNetworking to decouple request logic from underlying communications. The project features an HTTP request orchestrator for grouping network calls into batches or sequences to manage data retrieval dependencies. It includes a JSON response validator to verify server responses against expected structural formats, a network request interceptor for executing custom logic during the call lifecycle, and a local cachi
High-level network abstraction built on top of AFNetworking.
)
Simplified network request and caching wrapper.
a iOS network debug library, monitor HTTP requests
A debugging tool for monitoring HTTP traffic.
基于AFNetworking封装的网络层,支持自由配置请求头,自动缓存及可设置自动清除策略,支持常用的GET/POST/单文件上传、下载功能等,详情可以阅读文章讲解!
A generalized network library for common API tasks.
下载音乐、视频、图片各种资源,支持多任务、断点下载
Multi-tasking download manager for various media types.
WTRequestCenter
Convenient HTTP request library with built-in caching.
LxFTPRequest
Library for FTP file operations and management.