package cgi
Import Path
net/http/cgi (on golang.org and go.dev)
Dependency Relation
imports 19 packages, and imported by one package
Involved Source Files
child.go
d-> host.go
Exported Type Names
Exported Values
func
Request() (*
http.
Request,
error)
Request returns the HTTP request as represented in the current
environment. This assumes the current program is being run
by a web server in a CGI environment.
The returned Request's Body is populated, if applicable.
func
Serve(handler
http.
Handler)
error
Serve executes the provided Handler on the currently active CGI
request, if any. If there's no current CGI environment
an error is returned. The provided handler may be nil to use
http.DefaultServeMux.
 |
The pages are generated with Golds v0.1.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project and developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |