You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor common protocol code into NativeProtocol.swift
The new class called NativeProtocol now contains a protocol-agnostic implementation which is currently used by HTTPURLProtocol,
and in future will be used by other native protocols - FTP, Data etc.
0 commit comments