Sha256: 41c5d103c3d420c637355bdc5951637e6c221bf884e8e3382253541f2685f4c4
Contents?: true
Size: 468 Bytes
Versions: 8
Compression:
Stored size: 468 Bytes
Contents
class NSURLRequest # Provides a to_s method so we can use inspect in instances and get # valuable information. def to_s "#<#{self.class}:#{self.object_id} - url: #{self.URL.description}, headers: #{self.allHTTPHeaderFields.inspect}, cache policy: #{self.cachePolicy}, Pipelining: #{self.HTTPShouldUsePipelining}, main doc url: #{mainDocumentURL},\ timeout: #{self.timeoutInterval}, network service type: #{self.networkServiceType} >" end end
Version data entries
8 entries across 8 versions & 1 rubygems