@@ -157,25 +157,25 @@ + (instancetype)client; /*! * @brief Asynchronously performs the specified HTTP request. */ -- (void)performRequest: (OFHTTPRequest *)request; +- (void)asyncPerformRequest: (OFHTTPRequest *)request; /*! * @brief Asynchronously performs the specified HTTP request. * * @param request The request to perform * @param redirects The maximum number of redirects after which no further * attempt is done to follow the redirect, but instead the * redirect is treated as an OFHTTPResponse */ -- (void)performRequest: (OFHTTPRequest *)request - redirects: (unsigned int)redirects; +- (void)asyncPerformRequest: (OFHTTPRequest *)request + redirects: (unsigned int)redirects; /*! * @brief Closes connections that are still open due to keep-alive. */ - (void)close; @end OF_ASSUME_NONNULL_END