fcgi

package
v0.0.0-...-fab57c2 Latest Latest
Warning

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

Go to latest
Published: Feb 15, 2022 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package fcgi provides a mockable wrapper for net/http/fcgi.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Impl

type Impl struct{}

func (*Impl) ProcessEnv

func (*Impl) ProcessEnv(r *http.Request) map[string]string

func (*Impl) Serve

func (*Impl) Serve(l net.Listener, handler http.Handler) error

type Interface

type Interface interface {
	ProcessEnv(r *http.Request) map[string]string
	Serve(l net.Listener, handler http.Handler) error
}

Jump to

Keyboard shortcuts

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