awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

9 مستودعات

Awesome GitHub RepositoriesNetworking Libraries

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.

Awesome Networking Libraries GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • afnetworking/afnetworkingالصورة الرمزية لـ AFNetworking

    AFNetworking/AFNetworking

    33,433عرض على GitHub↗

    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.

    Objective-C
    عرض على GitHub↗33,433
  • tonymillion/reachabilityالصورة الرمزية لـ tonymillion

    tonymillion/Reachability

    6,961عرض على GitHub↗

    Reachability is an Objective-C network connectivity library designed to monitor internet access and interface availability within Apple platform applications. It serves as a memory-managed wrapper for tracking network reachability, ensuring compatibility with automatic reference counting. The library utilizes Grand Central Dispatch to monitor network interface changes and trigger asynchronous notifications. It employs block-based dispatch to execute custom closures immediately upon detecting a change in the network reachability state. The project covers network connectivity monitoring, allow

    Utility for monitoring network connectivity status.

    Objective-C
    عرض على GitHub↗6,961
  • yuantiku/ytknetworkالصورة الرمزية لـ yuantiku

    yuantiku/YTKNetwork

    6,562عرض على GitHub↗

    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.

    Objective-C
    عرض على GitHub↗6,562
  • jkpang/ppnetworkhelperالصورة الرمزية لـ jkpang

    jkpang/PPNetworkHelper

    1,575عرض على GitHub↗

    )

    Simplified network request and caching wrapper.

    Objective-C
    عرض على GitHub↗1,575
  • coderyi/networkeyeالصورة الرمزية لـ coderyi

    coderyi/NetworkEye

    1,403عرض على GitHub↗

    a iOS network debug library, monitor HTTP requests

    A debugging tool for monitoring HTTP traffic.

    Objective-C
    عرض على GitHub↗1,403
  • coderjackyhuang/hybnetworkingالصورة الرمزية لـ CoderJackyHuang

    CoderJackyHuang/HYBNetworking

    581عرض على GitHub↗

    基于AFNetworking封装的网络层,支持自由配置请求头,自动缓存及可设置自动清除策略,支持常用的GET/POST/单文件上传、下载功能等,详情可以阅读文章讲解!

    A generalized network library for common API tasks.

    Objective-C
    عرض على GitHub↗581
  • hhuihao/hsdownloadmanagerالصورة الرمزية لـ HHuiHao

    HHuiHao/HSDownloadManager

    341عرض على GitHub↗

    下载音乐、视频、图片各种资源,支持多任务、断点下载

    Multi-tasking download manager for various media types.

    Objective-C
    عرض على GitHub↗341
  • swtlovewtt/wtrequestcenterالصورة الرمزية لـ swtlovewtt

    swtlovewtt/WTRequestCenter

    292عرض على GitHub↗

    WTRequestCenter

    Convenient HTTP request library with built-in caching.

    Objective-C
    عرض على GitHub↗292
  • developerlx/lxftprequestالصورة الرمزية لـ DeveloperLx

    DeveloperLx/LxFTPRequest

    138عرض على GitHub↗

    LxFTPRequest

    Library for FTP file operations and management.

    Objective-C
    عرض على GitHub↗138
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Networking Libraries