Last active
December 15, 2019 16:14
-
-
Save nhoclove/afa0fa164ba5af0b7f693f48692d5d97 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A Handler responds to an HTTP request. | |
type Handler interface { | |
ServeHTTP(ResponseWriter, *Request) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment