The _______ type in Go represents an HTTP request handler.

  • http.Handler
  • http.RequestHandler
  • http.ResponseWriter
  • http.ServeMux
In Go, the http.ServeMux type represents an HTTP request handler. It provides a way to multiplex HTTP requests to different handlers based on the request URL's path.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *