Mellium

mellium.im / verbmux


import (
	"mellium.im/verbmux"
)
			

Package verbmux is an HTTP multiplexer that handles by method.

This package can be used to route HTTP requests in Go programs based on their method, or verb (GET, SET, HEAD, etc). It handles OPTIONS requests automatically and is designed to be composable with other HTTP routers.