comparison server/main_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
comparison
equal deleted inserted replaced
-1:000000000000 0:a4671277546c
1 <%pre>
2 #include "main_sender.h"
3 </%pre>
4 <%cpp>
5 try
6 {
7 return main_sender(request, reply, request.getPathInfo()).send();
8 }
9 catch(...)
10 {
11 return 418;
12 }
13 </%cpp>