Skip to content

Commit 65badac

Browse files
committed
Add table of contents to README
1 parent 5d94934 commit 65badac

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,26 @@ This image is executed as non root by default and is fully compliant with Kubern
1414

1515
Please do not use the `:latest` tag as it will break without warning, use a specific version instead.
1616

17+
18+
- [Basic Usage](#basic-usage)
19+
- [Choose your ports](#choose-your-ports)
20+
- [Use your own certificates](#use-your-own-certificates)
21+
- [Decode JWT header](#decode-jwt-header)
22+
- [Disable ExpressJS log lines](#disable-expressjs-log-lines)
23+
- [Do not log specific path](#do-not-log-specific-path)
24+
- [JSON payloads and JSON output](#json-payloads-and-json-output)
25+
- [Send an empty response](#send-an-empty-response)
26+
- [Custom status code](#custom-status-code)
27+
- [Set response Content-Type](#set-response-content-type)
28+
- [Add a delay before response](#add-a-delay-before-response)
29+
- [Only return body in the response](#only-return-body-in-the-response)
30+
- [Include environment variables in the response](#include-environment-variables-in-the-response)
31+
- [Client certificate details (mTLS) in the response](#client-certificate-details--mtls--in-the-response)
32+
- [Output](#output)
33+
- [Building](#building)
34+
- [Changelog](#changelog)
35+
36+
1737
## Basic Usage
1838

1939
Run with Docker

0 commit comments

Comments
 (0)