Oris
Today
Universe
Explore
Studio
Authors
Account
7 tadan 1-dars
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)
Tekshirish
Today
Universe
Explore
Profile