When `w.WriteHeader(...)` is called, the HTTP headers are written in the HTTP response. Therefore, calling `w.Header().Add(...)` after `w.WriteHeader(...)` will not have any effect. Signed-off-by: Ionut Balutoiu <ibalutoiu@cloudbasesolutions.com> |
||
|---|---|---|
| .. | ||
| auth.go | ||
| context.go | ||
| init_required.go | ||
| instance_middleware.go | ||
| interfaces.go | ||
| jwt.go | ||
| metrics.go | ||