Sha256: fc4f8210e1f6b8bda61d12abe737aeecf5c5e4815559773575594971c62f39d2
Contents?: true
Size: 159 Bytes
Versions: 5
Compression:
Stored size: 159 Bytes
Contents
#import "HTTPResponse.h" @interface HTTPErrorResponse : NSObject <HTTPResponse> { NSInteger _status; } - (id)initWithErrorCode:(int)httpErrorCode; @end
Version data entries
5 entries across 5 versions & 2 rubygems