添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Repository files navigation

SSWKURL

Intercept and cache requests of WKWebView.

介绍 iOS完美请求拦截 WKWebView缓存+请求拦截

网易团队采用了更完整细致(原理相同)的解决方案,建议采用他们的: WKWebView 请求拦截探索与实践

Features

  • Intercept All Requests of WKWebView.
  • Cache requests.
  • Installation

    Drag the SSWKURL.h and SSWKURL.m files into your project.

    Usage

    Subclass SSWKURLProtocol like NSURLProtol .

    Implement your own -startLoading: and -stopLoading .

    Then call [yourWKURLConfiguration ssRegisterURLProtocol:[YourSSWKURLProtocol class]];

    Then You could moniter requests or load cache for requests.

    Compare to VasSonic

  • support WKWebview
  • iOS SDK > 12
  • WKWebView完美(?)网络请求拦截 WKWebView缓存+请求拦截 网易团队采用了更完整细致(原理相同)的解决方案,建议采用他们的: WKWebView 请求拦截探索与实践