Skip to content

Commit

Permalink
Powered by Fuego Header
Browse files Browse the repository at this point in the history
  • Loading branch information
EwenQuim committed Feb 6, 2024
1 parent 01d7af7 commit c29b0c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ func httpHandler[ReturnType any, Body any, Contextable ctx[Body]](s *Server, con
}

return func(w http.ResponseWriter, r *http.Request) {
w.Header().Set("X-Powered-By", "Fuego")

w.Header().Set("Trailer", "Server-Timing")
timeCtxInit := time.Now()

Expand Down

0 comments on commit c29b0c8

Please sign in to comment.