aboutsummaryrefslogtreecommitdiff
path: root/src/protocolhttp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/protocolhttp.h')
-rw-r--r--src/protocolhttp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/protocolhttp.h b/src/protocolhttp.h
index bcc417f..6a854ea 100644
--- a/src/protocolhttp.h
+++ b/src/protocolhttp.h
@@ -26,6 +26,7 @@ namespace Bu
26 * the onRequest function in a subclass with the method and URI that were 26 * the onRequest function in a subclass with the method and URI that were
27 * requested. The sub-class can then do whatever it needs to to send back 27 * requested. The sub-class can then do whatever it needs to to send back
28 * a response. 28 * a response.
29 *@ingroup Serving
29 */ 30 */
30 class ProtocolHttp : public Protocol 31 class ProtocolHttp : public Protocol
31 { 32 {