annotate server/category_root_sender.ecpp @ 0:a4671277546c tip

created the repository for the thymian project
author ferencd
date Tue, 17 Aug 2021 11:19:54 +0200
parents
children
rev   line source
ferencd@0 1 <%pre>
ferencd@0 2 #include "category_sender.h"
ferencd@0 3 </%pre>
ferencd@0 4 <%cpp>
ferencd@0 5 try
ferencd@0 6 {
ferencd@0 7 return category_sender(request, reply, request.getPathInfo()).send();
ferencd@0 8 }
ferencd@0 9 catch(...)
ferencd@0 10 {
ferencd@0 11 return 418;
ferencd@0 12 }
ferencd@0 13 </%cpp>