Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 547 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 547 Bytes

README

A go-demo app to be used in Anchor doc examples to show how to setup TLS with Anchor.

This example app has two endpoints:

  • / mimics a web application by rendering a simple HTML page. When the app is configured to ping a "backend" service over https the response body will be displayed in the html document.
  • /api mimics an API endpoint by returning a simple JSON response.

This app is referenced in the following docs: