package
module
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Aug 11, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package scgi implements converters to handle SCGI requests using the
standard library HTTP server.
Request reads an SCGI request from an io.Reader, returning a http.Request.
The returned Request's Body field is not populated.
Conn converts an incoming SCGI-connection into a connection presenting a http.Request.
NewConn wraps a net.Conn, converting SCGI requests to http.Requests.
Read from the buffer containing the converted SCGI request.
Listener implements net.Listener, converting incoming SCGI requests into
a connection which presents a http.Request if read.
NewListener wraps a net.Listener.
Accept new connections and automatically wrap them.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.