Versions in this module Expand all Collapse all v1 v1.4.0 Jan 28, 2022 Changes in this version + func Handler(ch grpcdynamic.Channel, target string, methods []*desc.MethodDescriptor, ...) http.Handler + func HandlerViaReflection(ctx context.Context, cc grpc.ClientConnInterface, target string, ...) (http.Handler, error) + type HandlerOption interface + func AddCSS(filename string, css []byte) HandlerOption + func AddJS(filename string, js []byte) HandlerOption + func ServeAsset(filename string, contents []byte) HandlerOption + func WithCSS(css []byte) HandlerOption + func WithDebug(debug bool) HandlerOption + func WithDefaultMetadata(headers []string) HandlerOption + func WithIndexTemplate(tmpl *template.Template) HandlerOption + type WebFormContainerTemplateData struct + AddlResources []template.HTML + Target string + WebFormContents template.HTML