Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.net.http.cgi
- Platforms: .NET, .NET Standard 2.0, Island
Methods
Request
class method Request: tuple of (Memory<Request>, error)
static (Memory<Request>, error) Request()
static func Request() -> tuple of (Memory<Request>, error)
func Request() tuple of (Memory<Request>, error)
Shared Function Request() As Tuple (Of Memory<Request>, error)
RequestFromMap
class method RequestFromMap(params: Map<string, string>): tuple of (Memory<Request>, error)
static (Memory<Request>, error) RequestFromMap(Map<string, string> params)
static func RequestFromMap(_ params: Map<string, string>) -> tuple of (Memory<Request>, error)
func RequestFromMap(params Map<string, string>) tuple of (Memory<Request>, error)
Shared Function RequestFromMap(params As Map<string, string>) As Tuple (Of Memory<Request>, error)
Parameters:
- params:
Serve
class method Serve(handler: Handler): error
static error Serve(Handler handler)
static func Serve(_ handler: Handler) -> error
func Serve(handler Handler) error
Shared Function Serve(handler As Handler) As error
Parameters:
- handler: