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>

 

// .NET, .NET Standard 2.0
func ProcessEnv(r Memory<Request>) Map<string, string>
// Island
func ProcessEnv(r Memory<Request>) Map<string, string>

 

// .NET, .NET Standard 2.0
Shared Function ProcessEnv(r As Memory<Request>) As Map<string, string>
// Island
Shared Function ProcessEnv(r As Memory<Request>) As Map<string, string>

Parameters:

  • r:

Serve

 

class method Serve(l: Listener; handler: Handler): error

 

static error Serve(Listener l, Handler handler)

 

static func Serve(_ l: Listener, _ handler: Handler) -> error

 

func Serve(l Listener, handler Handler) error

 

Shared Function Serve(l As Listener, handler As Handler) As error

Parameters:

  • l:
  • handler: