The basic building block of alox is a „server“. A server in this context is basically any object that implements method ServeHTTP(http.ResponseWriter, *http.Request).
ServeHTTP(http.ResponseWriter, *http.Request)