//
pkg.gl
Category
Standard library
net
http
cgi
package
1.24.4
Repository:
https://pkg.go.dev/std
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
22
Dependents
217
Files
686 SLOC
#
Functions
Request
Request returns the HTTP request as represented in the current environment.
RequestFromMap
RequestFromMap creates an [http.Request] from CGI variables.
Serve
Serve executes the provided [Handler] on the currently active CGI request, if any.
#
Structs
Handler
Handler runs an executable in a subprocess with a CGI environment.