@@ -44,13 +44,11 @@ */ - (void)server: (OFHTTPServer*)server didReceiveRequest: (OFHTTPRequest*)request response: (OFHTTPResponse*)response; -#ifdef OF_HAVE_OPTIONAL_PROTOCOLS @optional -#endif /*! * @brief This method is called when the HTTP server's listening socket * encountered an exception. * * @param server The HTTP server which encountered an exception @@ -116,9 +114,6 @@ * finished or timed out. */ - (void)stop; @end -@interface OFObject (OFHTTPServerDelegate) -@end - OF_ASSUME_NONNULL_END