Package api provides an http-rpc handler which provides the entire http request over rpc
const ( Handler = "api" )
func NewHandler(opts ...handler.Option) handler.Handler
func WithService(s *goapi.Service, opts ...handler.Option) handler.Handler