@@ -102,21 +102,21 @@ /** * Performs the HTTP request and returns an OFHTTPRequestResult. * * \return An OFHTTPRequestResult with the result of the HTTP request */ -- (OFHTTPRequestResult*)result; +- (OFHTTPRequestResult*)perform; /** * Performs the HTTP request and returns an OFHTTPRequestResult. * * \param redirects The maximum number of redirects after which no further * attempt is done to follow the redirect, but instead the * redirect is returned as an OFHTTPRequest * \return An OFHTTPRequestResult with the result of the HTTP request */ -- (OFHTTPRequestResult*)resultWithRedirects: (size_t)redirects; +- (OFHTTPRequestResult*)performWithRedirects: (size_t)redirects; @end /** * \brief A class for storing the result of an HTTP request. */