Skip to content

Commit

Permalink
caddyhttp: Adjust scheme placeholder docs (#5910)
Browse files Browse the repository at this point in the history
  • Loading branch information
francislavoie authored and mholt committed Dec 7, 2023
1 parent b4c7313 commit db55da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/caddyhttp/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func init() {
// `{http.request.remote.host}` | The host (IP) part of the remote client's address
// `{http.request.remote.port}` | The port part of the remote client's address
// `{http.request.remote}` | The address of the remote client
// `{http.request.scheme}` | The request scheme
// `{http.request.scheme}` | The request scheme, typically `http` or `https`
// `{http.request.tls.version}` | The TLS version name
// `{http.request.tls.cipher_suite}` | The TLS cipher suite
// `{http.request.tls.resumed}` | The TLS connection resumed a previous connection
Expand Down

0 comments on commit db55da5

Please sign in to comment.