fastify-cloudevents
Version:
Fastify Plugin to serialize events in the CloudEvents standard format
23 lines (18 loc) • 430 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Home - Example pages</title>
</head>
<body>
<h3>Welcome to the Home page.</h3>
<br/>
Plugin routes to call:
<ul>
<li><a href="/error" alt="Get a sample error">Route to get a sample error</a></li>
<li><a href="/time" alt="Get Current timestamp">Route to get current timestamp</a></li>
</ul>
<br/>
<hr/>
</body>
</html>