Skip to content

Instantly share code, notes, and snippets.

View jayantnd's full-sized avatar

Jayant Dash jayantnd

View GitHub Profile
@jayantnd
jayantnd / NSURLRequestExtension.swift
Created August 12, 2016 03:27 — forked from tomaskraina/NSURLRequestExtension.swift
extension NSURLRequest: DebugPrintable
//
// NSURLRequestExtension.swift
//
// Created by Tom Kraina on 21/04/2015.
// Copyright (c) 2015 Tom Kraina. All rights reserved.
//
import Foundation
// Inspired by: https://github.com/Blackjacx/NSURLRequest-SHLogging,