Package http provides a http based message broker
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