Searched defs:HTTPServerArgs (Results 1 – 3 of 3) sorted by relevance
207 type HTTPServerArgs struct { struct209 Hostport string211 Host string // Host portion of Hostport212 Port int // Port portion of Hostport216 Handlers map[string]http.Handler
182 func defaultWebServer(args *plugin.HTTPServerArgs) error {
65 type HTTPServerArgs plugin.HTTPServerArgs type