luxlabs header browser preview


@class NSMutableData, _HMFCFHTTPServerConnection;

@interface _HMFCFHTTPServerRequest : HMFHTTPRequestInternal

@property (readonly, nonatomic) NSMutableData *bodyData;
@property (readonly, nonatomic) struct _CFHTTPServerRequest { } *requestRef;
@property (readonly, nonatomic) struct __CFReadStream { } *bodyStream;
@property (readonly, weak, nonatomic) _HMFCFHTTPServerConnection *connection;

- (id)init;
- (void)dealloc;
- (id)body;
- (void)setHeaders:(id)a0;
- (id)URL;
- (id)headerFields;
- (id)method;
- (void)setBody:(id)a0;
- (void).cxx_destruct;
- (void)setMethod:(id)a0;
- (id)attributeDescriptions;
- (void)setURL:(id)a0;
- (void)appendBodyData:(id)a0;
- (id)initWithConnection:(id)a0 requestRef:(struct _CFHTTPServerRequest { } *)a1;
- (id)responseWithStatusCode:(long long)a0;

@end