~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Source/GSURLPrivate.h

Tags: upstream-1.20.0
ImportĀ upstreamĀ versionĀ 1.20.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
 
66
66
@interface      NSURLResponse (Private)
67
67
- (void) _setHeaders: (id)headers;
68
 
- (void) _setStatusCode: (int)code text: (NSString*)text;
 
68
- (void) _setStatusCode: (NSInteger)code text: (NSString*)text;
69
69
- (void) _setValue: (NSString *)value forHTTPHeaderField: (NSString *)field;
70
70
- (NSString*) _valueForHTTPHeaderField: (NSString*)field;
71
71
@end
72
72
 
73
73
 
 
74
@interface      NSURLProtocol (Private)
 
75
+ (Class) _classToHandleRequest:(NSURLRequest *)request;
 
76
@end
74
77
 
75
78
/*
76
79
 * Internal class for handling HTTP authentication