fcgibinding

package
v0.0.0-...-2840294 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 15, 2015 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func MakePool

func MakePool(n int) chan *fcgiclient.FCGIClient

Types

type Handler

type Handler struct {
	Root           string // root URI prefix of handler or empty for "/"
	ServerSoftware string // the server software identifier

	Handlers chan *fcgiclient.FCGIClient
	Host     string
	Port     interface{}
}

func (*Handler) ServeHTTP

func (h *Handler) ServeHTTP(resp http.ResponseWriter, req *http.Request)

type Writer

type Writer struct {
	*bufio.Reader
	// contains filtered or unexported fields
}

func NewWriter

func NewWriter(dest io.Writer) *Writer

func (*Writer) Close

func (this *Writer) Close() (err error)

func (*Writer) PipeThrough

func (this *Writer) PipeThrough()

func (*Writer) Write

func (this *Writer) Write(p []byte) (n int, err error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL