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
class method ProcessEnv(r: Memory<Request>): Map<string, string>
static Map<string, string> ProcessEnv(Memory<Request> r)
static func ProcessEnv(_ r: Memory<Request>) -> Map<string, string>
func ProcessEnv(r Memory<Request>) Map<string, string>
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: