@@ -39,16 +39,16 @@ * @brief This method is called when the HTTP server received a request from a * client. * * @param server The HTTP server which received the request * @param request The request the HTTP server received - * @param body A stream to read the body of the request from, if any + * @param requestBody A stream to read the body of the request from, if any * @param response The response the server will send to the client */ - (void)server: (OFHTTPServer *)server didReceiveRequest: (OFHTTPRequest *)request - body: (nullable OFStream *)body + requestBody: (nullable OFStream *)requestBody response: (OFHTTPResponse *)response; @optional /*! * @brief This method is called when the HTTP server's listening socket