@@ -61,16 +61,16 @@ str++; } } @implementation OFHTTPRequest -+ request ++ (instancetype)request { return [[[self alloc] init] autorelease]; } -+ requestWithURL: (OFURL*)URL ++ (instancetype)requestWithURL: (OFURL*)URL { return [[[self alloc] initWithURL: URL] autorelease]; } - init