You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
`mendhak/http-https-echo` is a Docker image that can echo various HTTP request properties back to client in the response, as well as in the Docker container logs.
7
7
It comes with various options that can manipulate the response output, see the table of contents for a full list.
The image is available on [Docker Hub](https://hub.docker.com/r/mendhak/http-https-echo): `mendhak/http-https-echo:30`
12
12
The image is available on [Github Container Registry](https://github.com/mendhak/docker-http-https-echo/pkgs/container/http-https-echo): `ghcr.io/mendhak/http-https-echo:30`
@@ -32,7 +32,7 @@ This image is executed as non root by default and is fully compliant with Kubern
32
32
-[Include environment variables in the response](#include-environment-variables-in-the-response)
33
33
-[Client certificate details (mTLS) in the response](#client-certificate-details-mtls-in-the-response)
34
34
-[Prometheus Metrics](#prometheus-metrics)
35
-
-[Output](#output)
35
+
-[Screenshots](#screenshots)
36
36
-[Building](#building)
37
37
-[Changelog](#changelog)
38
38
@@ -283,15 +283,15 @@ You can configure these metrics using the following variables:
283
283
284
284
> Please check the middleware [documentation](https://github.com/jochen-schweizer/express-prom-bundle#options) for more details.
0 commit comments