Home | History | Annotate | Download | only in cgi

Lines Matching defs:Handler

46 // Handler runs an executable in a subprocess with a CGI environment.
47 type Handler struct {
49 Root string // root URI prefix of handler or empty for "/"
63 // PathLocationHandler specifies the root http Handler that
71 PathLocationHandler http.Handler
74 func (h *Handler) stderr() io.Writer {
83 // cgi.Handler{
106 func (h *Handler) ServeHTTP(rw http.ResponseWriter, req *http.Request) {
341 func (h *Handler) printf(format string, v ...interface{}) {
349 func (h *Handler) handleInternalRedirect(rw http.ResponseWriter, req *http.Request, path string) {