@@ -127,19 +127,19 @@ /** * \brief Creates a new OFHTTPRequest. * * \return A new, autoreleased OFHTTPRequest */ -+ request; ++ (instancetype)request; /** * \brief Creates a new OFHTTPRequest with the specified URL. * * \param URL The URL for the request * \return A new, autoreleased OFHTTPRequest */ -+ requestWithURL: (OFURL*)URL; ++ (instancetype)requestWithURL: (OFURL*)URL; /** * \brief Initializes an already allocated OFHTTPRequest with the specified URL. * * \param URL The URL for the request