Documentation ¶ Index ¶ func NewFCGIServer(handler http.Handler, cfg *FCGI, log *zap.Logger, errLog *log.Logger) servers.InternalServer[any] type FCGI type Server func (s *Server) Serve(mdwr map[string]common.Middleware, order []string) error func (s *Server) Server() any func (s *Server) Stop() Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewFCGIServer ¶ func NewFCGIServer(handler http.Handler, cfg *FCGI, log *zap.Logger, errLog *log.Logger) servers.InternalServer[any] Types ¶ type FCGI ¶ type FCGI struct { // Address and port to handle as http server. Address string `mapstructure:"address"` } FCGI for FastCGI server. type Server ¶ type Server struct { // contains filtered or unexported fields } func (*Server) Serve ¶ func (s *Server) Serve(mdwr map[string]common.Middleware, order []string) error func (*Server) Server ¶ func (s *Server) Server() any func (*Server) Stop ¶ func (s *Server) Stop() Source Files ¶ View all Source files config.go fcgi.go Click to show internal directories. Click to hide internal directories.