Goji is a HTTP request multiplexer, similar to net/http.ServeMux.
It compares incoming requests to a list of registered Patterns
and dispatches to the http.Handler that corresponds to the first
matching Pattern. Goji also supports Middleware (composable shared
functionality applied to every request) and uses the standard context
package to store request-scoped values.
Installed Size: 84.0 kB
Architectures: all