Skip to main content Link Menu Expand (external link) Document Search Copy Copied
View on GitHub

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).

Server (base)

API server

Website server

File server