@@ -75,11 +75,10 @@ */ - (of_http_request_type_t)requestType; /** * Sets the query string for the HTTP request. - * Only used for GET and HEAD requests! * * \param qs The query string for the HTTP request */ - (void)setQueryString: (OFString*)qs;