Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHandler ¶
NewHandler returns a fastcgi web server implementation as an http.Handler Please note that this handler doesn't handle the fastcgi application process. You'd need to start it with other means.
entrypoint: the full path to the application entrypoint file (e.g. webapp.py)
or equivlant path for fastcgi application to identify itself.
network: network protocol (tcp / tcp4 / tcp6)
or if it is a unix socket, "unix"
address: IP address and port, or the socket physical address of the fastcgi
application.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.