skofgar/mercury

View on GitHub
examples/rest-example/src/main/resources/public/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>
<body>

<h2>Your application is running</h2>

<p><a href="/info">INFO endpoint</a></p>
<p><a href="/info/lib">Library dependency list</a></p>
<p><a href="/info/routes">Service list</a></p>
<p><a href="/health">Health endpoint</a></p>

<p><a href="/api/hello/world">Hello World demo</a></p>
<p><a href="/api/hello/concurrent">Hello World that sends 10 parallel requests</a></p>

<p><a href="/ws.html">Websocket demo (localhost only)</a></p>

</body>
</html>