Versions in this module Expand all Collapse all v0 v0.1.18 Jun 19, 2023 Changes in this version + var ErrConnClosed = errors.New("fcgi: connection to web server closed") + var ErrRequestAborted = errors.New("fcgi: request aborted by web server") + func ProcessEnv(r *http.Request) map[string]string + func Serve(l net.Listener, handler http.Handler) error