Documentation
¶
Overview ¶
Package fastcgi provides an http.RoundTripper, that allows to use FastCGI to call backends.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RoundTripper ¶
type RoundTripper struct {
// contains filtered or unexported fields
}
func NewRoundTripper ¶
func NewRoundTripper(log logging.Logger, addr, filename string) (*RoundTripper, error)
Click to show internal directories.
Click to hide internal directories.