@@ -49,10 +49,24 @@ /** * \return A new, autoreleased OFHTTPRequest */ + request; +/** + * \param url The URL for the request + * \return A new, autoreleased OFHTTPRequest + */ ++ requestWithURL: (OFURL*)url; + +/** + * Initializes an already allocated OFHTTPRequest with the specified URL. + * + * \param url The URL for the request + * \return An initialized OFHTTPRequest + */ +- initWithURL: (OFURL*)url; + /** * Sets the URL for the HTTP request. * * \param URL The URL for the HTTP request */