awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • afnetworking/afnetworkingAFNetworking 的头像

    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/reachabilitytonymillion 的头像

    tonymillion/Reachability

    6,961在 GitHub 上查看↗

    Reachability 是一个 Objective-C 网络连接库,旨在监控 Apple 平台应用内的互联网访问和接口可用性。它作为一个内存管理的包装器,用于跟踪网络可达性,确保与自动引用计数兼容。 该库利用 Grand Central Dispatch 来监控网络接口变化并触发异步通知。它采用基于块的调度,在检测到网络可达性状态变化时立即执行自定义闭包。 该项目涵盖网络连接监控,允许应用跟踪设备何时获得或失去互联网访问。它包括处理离线状态以及配置哪些特定网络连接类型被视为可达的功能。

    Utility for monitoring network connectivity status.

    Objective-C
    在 GitHub 上查看↗6,961
  • yuantiku/ytknetworkyuantiku 的头像

    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/ppnetworkhelperjkpang 的头像

    jkpang/PPNetworkHelper

    1,575在 GitHub 上查看↗

    )

    Simplified network request and caching wrapper.

    Objective-C
    在 GitHub 上查看↗1,575
  • coderyi/networkeyecoderyi 的头像

    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/hybnetworkingCoderJackyHuang 的头像

    CoderJackyHuang/HYBNetworking

    581在 GitHub 上查看↗

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

    A generalized network library for common API tasks.

    Objective-C
    在 GitHub 上查看↗581
  • hhuihao/hsdownloadmanagerHHuiHao 的头像

    HHuiHao/HSDownloadManager

    341在 GitHub 上查看↗

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

    Multi-tasking download manager for various media types.

    Objective-C
    在 GitHub 上查看↗341
  • swtlovewtt/wtrequestcenterswtlovewtt 的头像

    swtlovewtt/WTRequestCenter

    292在 GitHub 上查看↗

    WTRequestCenter

    Convenient HTTP request library with built-in caching.

    Objective-C
    在 GitHub 上查看↗292
  • developerlx/lxftprequestDeveloperLx 的头像

    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