luxlabs header browser preview


@class HMFHTTPRequest, NSDictionary, HMFHTTPResponseInternal, NSData;

@interface HMFHTTPResponse : HMFObject <NSCopying, NSMutableCopying>

@property (readonly, nonatomic) HMFHTTPResponseInternal *internal;
@property (readonly, nonatomic) HMFHTTPRequest *request;
@property (readonly, nonatomic) long long statusCode;
@property (readonly, nonatomic) NSDictionary *headerFields;
@property (readonly, nonatomic) NSData *body;

- (id)init;
- (void).cxx_destruct;
- (id)attributeDescriptions;
- (id)mutableCopyWithZone:(struct _NSZone { } *)a0;
- (id)copyWithZone:(struct _NSZone { } *)a0;
- (id)initWithRequest:(id)a0 internalResponse:(id)a1;

@end