boulder/web
Aaron Gable d59e715c9d
Web: Preserve context from request (#5404)
The `http.Request` object can already have a context associated
with it. If it does, preserve that context rather than creating a new
one. If it doesn't, create a new `context.Background` instead.
2021-04-29 14:20:54 -07:00
..
context.go Web: Preserve context from request (#5404) 2021-04-29 14:20:54 -07:00
context_test.go Deprecate StripDefaultSchemePort flag (#5265) 2021-02-08 11:30:52 -08:00
docs.go Factor out context.go from wfe and wfe2. (#3086) 2017-09-26 13:54:14 -04:00
jwk.go Support admin. blocking public keys. (#4419) 2019-09-06 16:54:26 -04:00
probs.go Remove nearly-unused WrongAuthorizationState error (#5176) 2020-11-12 15:38:16 -08:00
probs_test.go web: support converting suberrors to subproblems. (#4233) 2019-05-28 14:09:02 -04:00
relative.go Remove BaseURL from WFE config. (#3540) 2018-03-09 11:04:02 +00:00
send_error.go Don't double prefix subproblem types (#4686) 2020-02-27 09:43:20 -08:00
send_error_test.go gofmt code with -s (simplify) flag (#4763) 2020-04-08 17:25:35 -07:00