Add gitlab issue/merge request templates
[src/app-framework-binder.git] / test / hello-world.html
1 <html>
2   <head>
3     <title>Hello world test</title>
4   <body>
5     <h1>Hello world test</h1>
6     <ol>
7      <li><a href="api/hello/ping?toto=1">ping</a>
8      <li><a href="api/hello/pingfail">ping fail</a>
9      <li><a href="api/hello/pingnull">ping null</a>
10      <li><a href="api/hello/pingbug">ping bug</a>
11      <li><a href="api/hello/pingJson?toto&tata&titi=u">ping json</a>
12      <li><a href="api/hello/pingevent?toto&tata&titi=u">ping event</a>
13      <li><a href="api/hello/none">not a verb</a>
14      <li><a href="api/none/none">not an api</a>
15      <li><a href="api/hello/exit">exit the binder</a>