Oris
Today
Universe
Explore
Studio
Authors
Account
Lesson 1 of 7
What is the correct signature for an http.HandlerFunc registered with http.HandleFunc?
func(w http.ResponseWriter, r *http.Request)
func(r *http.Request) http.Response
func(w io.Writer, r *http.Request)
func() (int, error)
Check
Today
Universe
Explore
Profile