summaryrefslogtreecommitdiffstats
path: root/test/hello-world.html
blob: 88f2c95ba2b51ed511ff44dedd695093cf51d9b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<html>
  <head>
    <title>Hello world test</title>
  <body>
    <h1>Hello world test</h1>
    <ol>
     <li><a href="api/hello/ping?toto=1">ping</a>
     <li><a href="api/hello/pingnull">ping null</a>
     <li><a href="api/hello/pingbug">ping bug</a>
     <li><a href="api/hello/pingJson?toto&tata&titi=u">ping json</a>
     <li><a href="api/hello/none">not a verb</a>
     <li><a href="api/none/none">not an api</a>