Skip to content

Instantly share code, notes, and snippets.

@gtasko
gtasko / gist:8822394
Last active January 22, 2016 01:22
NSURLProtocol implementation to intercept HTTP networking and continue with original call.
//
// SLKURLProtocol.m
// InterceptionHttp
//
// Created by G.Tas on 1/14/14.
// Copyright (c) 2014. All rights reserved.
//
#import "SLKURLProtocol.h"