You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
smallstep-certificates/logging
Herman Slatman 4213a190d5
Use `X-Request-Id` as canonical request identifier (if available)
If `X-Request-Id` is available in an HTTP request made against the
CA server, it'll be used as the identifier for the request. This
slightly changes the existing behavior, which relied on the custom
`X-Smallstep-Id` header, but usage of that header is currently not
very widespread, and `X-Request-Id` is more generally known for
the use case `X-Smallstep-Id` is used for.

`X-Smallstep-Id` is currently still considered, but it'll only be
used if `X-Request-Id` is not set.
3 months ago
..
clf.go all: reformat all go files with the next gofmt (Go 1.19) 2 years ago
context.go Use `X-Request-Id` as canonical request identifier (if available) 3 months ago
context_test.go Use `X-Request-Id` as canonical request identifier (if available) 3 months ago
handler.go Fix linter warning 2 years ago
handler_test.go bump go.mod to go1.20 and associated linter fixes (#1518) 10 months ago
logger.go Allow to disable color in the text formatter 9 months ago
responselogger.go Remove http.CloseNotifier wrapper. 5 years ago