Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.net.http.fcgi
- Platforms: .NET, .NET Standard 2.0, Island
Fields
ErrConnClosed
class var ErrConnClosed: error;
static error ErrConnClosed
static var ErrConnClosed: error
ErrConnClosed error
Shared FIELD ErrConnClosed() As error
ErrRequestAborted
class var ErrRequestAborted: error;
static error ErrRequestAborted
static var ErrRequestAborted: error
ErrRequestAborted error
Shared FIELD ErrRequestAborted() As error
Methods
ProcessEnv
// .NET, .NET Standard 2.0
class method ProcessEnv(r: Memory<Request>): Map<string, string>
// Island
class method ProcessEnv(r: Memory<Request>): Map<string, string>
// .NET, .NET Standard 2.0
static Map<string, string> ProcessEnv(Memory<Request> r)
// Island
static Map<string, string> ProcessEnv(Memory<Request> r)
// .NET, .NET Standard 2.0
static func ProcessEnv(_ r: Memory<Request>) -> Map<string, string>
// Island
static func ProcessEnv(_ r: Memory<Request>) -> Map<string, string>
Parameters:
- r:
Serve
Parameters:
- l:
- handler: