Namespace: go.std.net.http.cgi

v1.0

Contents

Summary

Provides a low-level interface to the net/http/cgi package.

Package cgi implements CGI (Common Gateway Interface) as specified
in RFC 3875.

Note that using CGI means starting a new process to handle each
request, which is typically less efficient than using a
long-running server. This package is intended primarily for
compatibility with existing systems.

Index

Legend

Constants

Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.

Variables

Functions, Macros, and Special Forms

Types