Package http provides a http based message broker
var ( DefaultPath = "/" DefaultAddress = ":0" )
func Handle(pattern string, handler http.Handler) broker.Option
Handle registers the handler for the given pattern.
func NewBroker(opts ...broker.Option) broker.Broker
NewBroker returns a new http broker