Global
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.net.http.httputil
- Platforms: .NET, .NET Standard 2.0, Island
DumpRequest
// .NET, .NET Standard 2.0
class method DumpRequest(req: Reference<Request>; body: bool): tuple of (Slice<Byte>, error)
// Island
class method DumpRequest(req: Reference<Request>; body: bool): tuple of (Slice<Byte>, error)
// .NET, .NET Standard 2.0
static (Slice<Byte>, error) DumpRequest(Reference<Request> req, bool body)
// Island
static (Slice<Byte>, error) DumpRequest(Reference<Request> req, bool body)
// .NET, .NET Standard 2.0
static func DumpRequest(_ req: Reference<Request>, _ body: bool) -> (Slice<Byte>, error)
// Island
static func DumpRequest(_ req: Reference<Request>, _ body: bool) -> (Slice<Byte>, error)
Parameters:
- req:
- body:
DumpRequestOut
// .NET, .NET Standard 2.0
class method DumpRequestOut(req: Reference<Request>; body: bool): tuple of (Slice<Byte>, error)
// Island
class method DumpRequestOut(req: Reference<Request>; body: bool): tuple of (Slice<Byte>, error)
// .NET, .NET Standard 2.0
static (Slice<Byte>, error) DumpRequestOut(Reference<Request> req, bool body)
// Island
static (Slice<Byte>, error) DumpRequestOut(Reference<Request> req, bool body)
// .NET, .NET Standard 2.0
static func DumpRequestOut(_ req: Reference<Request>, _ body: bool) -> (Slice<Byte>, error)
// Island
static func DumpRequestOut(_ req: Reference<Request>, _ body: bool) -> (Slice<Byte>, error)
Parameters:
- req:
- body:
DumpResponse
// .NET, .NET Standard 2.0
class method DumpResponse(resp: Reference<Response>; body: bool): tuple of (Slice<Byte>, error)
// Island
class method DumpResponse(resp: Reference<Response>; body: bool): tuple of (Slice<Byte>, error)
// .NET, .NET Standard 2.0
static (Slice<Byte>, error) DumpResponse(Reference<Response> resp, bool body)
// Island
static (Slice<Byte>, error) DumpResponse(Reference<Response> resp, bool body)
// .NET, .NET Standard 2.0
static func DumpResponse(_ resp: Reference<Response>, _ body: bool) -> (Slice<Byte>, error)
// Island
static func DumpResponse(_ resp: Reference<Response>, _ body: bool) -> (Slice<Byte>, error)
Parameters:
- resp:
- body:
ErrClosed
// .NET, .NET Standard 2.0
class var ErrClosed: Reference<ProtocolError>;
// Island
class var ErrClosed: Reference<ProtocolError>;
// .NET, .NET Standard 2.0
static Reference<ProtocolError> ErrClosed
// Island
static Reference<ProtocolError> ErrClosed
// .NET, .NET Standard 2.0
static var ErrClosed: Reference<ProtocolError>
// Island
static var ErrClosed: Reference<ProtocolError>
// .NET, .NET Standard 2.0
ErrClosed Reference<ProtocolError>
// Island
ErrClosed Reference<ProtocolError>
// .NET, .NET Standard 2.0
Shared FIELD ErrClosed() As Reference<ProtocolError>
// Island
Shared FIELD ErrClosed() As Reference<ProtocolError>
ErrLineTooLong
class var ErrLineTooLong: error;
static error ErrLineTooLong
static var ErrLineTooLong: error
ErrLineTooLong error
Shared FIELD ErrLineTooLong() As error
ErrPersistEOF
// .NET, .NET Standard 2.0
class var ErrPersistEOF: Reference<ProtocolError>;
// Island
class var ErrPersistEOF: Reference<ProtocolError>;
// .NET, .NET Standard 2.0
static Reference<ProtocolError> ErrPersistEOF
// Island
static Reference<ProtocolError> ErrPersistEOF
// .NET, .NET Standard 2.0
static var ErrPersistEOF: Reference<ProtocolError>
// Island
static var ErrPersistEOF: Reference<ProtocolError>
// .NET, .NET Standard 2.0
ErrPersistEOF Reference<ProtocolError>
// Island
ErrPersistEOF Reference<ProtocolError>
// .NET, .NET Standard 2.0
Shared FIELD ErrPersistEOF() As Reference<ProtocolError>
// Island
Shared FIELD ErrPersistEOF() As Reference<ProtocolError>
ErrPipeline
// .NET, .NET Standard 2.0
class var ErrPipeline: Reference<ProtocolError>;
// Island
class var ErrPipeline: Reference<ProtocolError>;
// .NET, .NET Standard 2.0
static Reference<ProtocolError> ErrPipeline
// Island
static Reference<ProtocolError> ErrPipeline
// .NET, .NET Standard 2.0
static var ErrPipeline: Reference<ProtocolError>
// Island
static var ErrPipeline: Reference<ProtocolError>
// .NET, .NET Standard 2.0
ErrPipeline Reference<ProtocolError>
// Island
ErrPipeline Reference<ProtocolError>
// .NET, .NET Standard 2.0
Shared FIELD ErrPipeline() As Reference<ProtocolError>
// Island
Shared FIELD ErrPipeline() As Reference<ProtocolError>
NewChunkedReader
Parameters:
- r:
NewChunkedWriter
class method NewChunkedWriter(w: Writer): WriteCloser
static WriteCloser NewChunkedWriter(Writer w)
static func NewChunkedWriter(_ w: Writer) -> WriteCloser
func NewChunkedWriter(w Writer) WriteCloser
Shared Function NewChunkedWriter(w As Writer) As WriteCloser
Parameters:
- w:
NewClientConn
// .NET, .NET Standard 2.0
class method NewClientConn(c: Conn; r: Reference<Reader>): Reference<ClientConn>
// Island
class method NewClientConn(c: Conn; r: Reference<Reader>): Reference<ClientConn>
// .NET, .NET Standard 2.0
static Reference<ClientConn> NewClientConn(Conn c, Reference<Reader> r)
// Island
static Reference<ClientConn> NewClientConn(Conn c, Reference<Reader> r)
// .NET, .NET Standard 2.0
static func NewClientConn(_ c: Conn, _ r: Reference<Reader>) -> Reference<ClientConn>
// Island
static func NewClientConn(_ c: Conn, _ r: Reference<Reader>) -> Reference<ClientConn>
Parameters:
- c:
- r:
NewProxyClientConn
// .NET, .NET Standard 2.0
class method NewProxyClientConn(c: Conn; r: Reference<Reader>): Reference<ClientConn>
// Island
class method NewProxyClientConn(c: Conn; r: Reference<Reader>): Reference<ClientConn>
// .NET, .NET Standard 2.0
static Reference<ClientConn> NewProxyClientConn(Conn c, Reference<Reader> r)
// Island
static Reference<ClientConn> NewProxyClientConn(Conn c, Reference<Reader> r)
// .NET, .NET Standard 2.0
static func NewProxyClientConn(_ c: Conn, _ r: Reference<Reader>) -> Reference<ClientConn>
// Island
static func NewProxyClientConn(_ c: Conn, _ r: Reference<Reader>) -> Reference<ClientConn>
Parameters:
- c:
- r:
NewServerConn
// .NET, .NET Standard 2.0
class method NewServerConn(c: Conn; r: Reference<Reader>): Reference<ServerConn>
// Island
class method NewServerConn(c: Conn; r: Reference<Reader>): Reference<ServerConn>
// .NET, .NET Standard 2.0
static Reference<ServerConn> NewServerConn(Conn c, Reference<Reader> r)
// Island
static Reference<ServerConn> NewServerConn(Conn c, Reference<Reader> r)
// .NET, .NET Standard 2.0
static func NewServerConn(_ c: Conn, _ r: Reference<Reader>) -> Reference<ServerConn>
// Island
static func NewServerConn(_ c: Conn, _ r: Reference<Reader>) -> Reference<ServerConn>
Parameters:
- c:
- r:
NewSingleHostReverseProxy
// .NET, .NET Standard 2.0
class method NewSingleHostReverseProxy(target: Reference<URL>): Reference<ReverseProxy>
// Island
class method NewSingleHostReverseProxy(target: Reference<URL>): Reference<ReverseProxy>
// .NET, .NET Standard 2.0
static Reference<ReverseProxy> NewSingleHostReverseProxy(Reference<URL> target)
// Island
static Reference<ReverseProxy> NewSingleHostReverseProxy(Reference<URL> target)
// .NET, .NET Standard 2.0
static func NewSingleHostReverseProxy(_ target: Reference<URL>) -> Reference<ReverseProxy>
// Island
static func NewSingleHostReverseProxy(_ target: Reference<URL>) -> Reference<ReverseProxy>
Parameters:
- target:
ErrClosed
// .NET, .NET Standard 2.0
class var ErrClosed: Reference<ProtocolError>;
// Island
class var ErrClosed: Reference<ProtocolError>;
// .NET, .NET Standard 2.0
static Reference<ProtocolError> ErrClosed
// Island
static Reference<ProtocolError> ErrClosed
// .NET, .NET Standard 2.0
static var ErrClosed: Reference<ProtocolError>
// Island
static var ErrClosed: Reference<ProtocolError>
// .NET, .NET Standard 2.0
ErrClosed Reference<ProtocolError>
// Island
ErrClosed Reference<ProtocolError>
// .NET, .NET Standard 2.0
Shared FIELD ErrClosed() As Reference<ProtocolError>
// Island
Shared FIELD ErrClosed() As Reference<ProtocolError>
ErrLineTooLong
class var ErrLineTooLong: error;
static error ErrLineTooLong
static var ErrLineTooLong: error
ErrLineTooLong error
Shared FIELD ErrLineTooLong() As error
ErrPersistEOF
// .NET, .NET Standard 2.0
class var ErrPersistEOF: Reference<ProtocolError>;
// Island
class var ErrPersistEOF: Reference<ProtocolError>;
// .NET, .NET Standard 2.0
static Reference<ProtocolError> ErrPersistEOF
// Island
static Reference<ProtocolError> ErrPersistEOF
// .NET, .NET Standard 2.0
static var ErrPersistEOF: Reference<ProtocolError>
// Island
static var ErrPersistEOF: Reference<ProtocolError>
// .NET, .NET Standard 2.0
ErrPersistEOF Reference<ProtocolError>
// Island
ErrPersistEOF Reference<ProtocolError>
// .NET, .NET Standard 2.0
Shared FIELD ErrPersistEOF() As Reference<ProtocolError>
// Island
Shared FIELD ErrPersistEOF() As Reference<ProtocolError>
ErrPipeline
// .NET, .NET Standard 2.0
class var ErrPipeline: Reference<ProtocolError>;
// Island
class var ErrPipeline: Reference<ProtocolError>;
// .NET, .NET Standard 2.0
static Reference<ProtocolError> ErrPipeline
// Island
static Reference<ProtocolError> ErrPipeline
// .NET, .NET Standard 2.0
static var ErrPipeline: Reference<ProtocolError>
// Island
static var ErrPipeline: Reference<ProtocolError>
// .NET, .NET Standard 2.0
ErrPipeline Reference<ProtocolError>
// Island
ErrPipeline Reference<ProtocolError>
// .NET, .NET Standard 2.0
Shared FIELD ErrPipeline() As Reference<ProtocolError>
// Island
Shared FIELD ErrPipeline() As Reference<ProtocolError>
DumpRequest
// .NET, .NET Standard 2.0
class method DumpRequest(req: Reference<Request>; body: bool): tuple of (Slice<Byte>, error)
// Island
class method DumpRequest(req: Reference<Request>; body: bool): tuple of (Slice<Byte>, error)
// .NET, .NET Standard 2.0
static (Slice<Byte>, error) DumpRequest(Reference<Request> req, bool body)
// Island
static (Slice<Byte>, error) DumpRequest(Reference<Request> req, bool body)
// .NET, .NET Standard 2.0
static func DumpRequest(_ req: Reference<Request>, _ body: bool) -> (Slice<Byte>, error)
// Island
static func DumpRequest(_ req: Reference<Request>, _ body: bool) -> (Slice<Byte>, error)
Parameters:
- req:
- body:
DumpRequestOut
// .NET, .NET Standard 2.0
class method DumpRequestOut(req: Reference<Request>; body: bool): tuple of (Slice<Byte>, error)
// Island
class method DumpRequestOut(req: Reference<Request>; body: bool): tuple of (Slice<Byte>, error)
// .NET, .NET Standard 2.0
static (Slice<Byte>, error) DumpRequestOut(Reference<Request> req, bool body)
// Island
static (Slice<Byte>, error) DumpRequestOut(Reference<Request> req, bool body)
// .NET, .NET Standard 2.0
static func DumpRequestOut(_ req: Reference<Request>, _ body: bool) -> (Slice<Byte>, error)
// Island
static func DumpRequestOut(_ req: Reference<Request>, _ body: bool) -> (Slice<Byte>, error)
Parameters:
- req:
- body:
DumpResponse
// .NET, .NET Standard 2.0
class method DumpResponse(resp: Reference<Response>; body: bool): tuple of (Slice<Byte>, error)
// Island
class method DumpResponse(resp: Reference<Response>; body: bool): tuple of (Slice<Byte>, error)
// .NET, .NET Standard 2.0
static (Slice<Byte>, error) DumpResponse(Reference<Response> resp, bool body)
// Island
static (Slice<Byte>, error) DumpResponse(Reference<Response> resp, bool body)
// .NET, .NET Standard 2.0
static func DumpResponse(_ resp: Reference<Response>, _ body: bool) -> (Slice<Byte>, error)
// Island
static func DumpResponse(_ resp: Reference<Response>, _ body: bool) -> (Slice<Byte>, error)
Parameters:
- resp:
- body:
NewChunkedReader
Parameters:
- r:
NewChunkedWriter
class method NewChunkedWriter(w: Writer): WriteCloser
static WriteCloser NewChunkedWriter(Writer w)
static func NewChunkedWriter(_ w: Writer) -> WriteCloser
func NewChunkedWriter(w Writer) WriteCloser
Shared Function NewChunkedWriter(w As Writer) As WriteCloser
Parameters:
- w:
NewClientConn
// .NET, .NET Standard 2.0
class method NewClientConn(c: Conn; r: Reference<Reader>): Reference<ClientConn>
// Island
class method NewClientConn(c: Conn; r: Reference<Reader>): Reference<ClientConn>
// .NET, .NET Standard 2.0
static Reference<ClientConn> NewClientConn(Conn c, Reference<Reader> r)
// Island
static Reference<ClientConn> NewClientConn(Conn c, Reference<Reader> r)
// .NET, .NET Standard 2.0
static func NewClientConn(_ c: Conn, _ r: Reference<Reader>) -> Reference<ClientConn>
// Island
static func NewClientConn(_ c: Conn, _ r: Reference<Reader>) -> Reference<ClientConn>
Parameters:
- c:
- r:
NewProxyClientConn
// .NET, .NET Standard 2.0
class method NewProxyClientConn(c: Conn; r: Reference<Reader>): Reference<ClientConn>
// Island
class method NewProxyClientConn(c: Conn; r: Reference<Reader>): Reference<ClientConn>
// .NET, .NET Standard 2.0
static Reference<ClientConn> NewProxyClientConn(Conn c, Reference<Reader> r)
// Island
static Reference<ClientConn> NewProxyClientConn(Conn c, Reference<Reader> r)
// .NET, .NET Standard 2.0
static func NewProxyClientConn(_ c: Conn, _ r: Reference<Reader>) -> Reference<ClientConn>
// Island
static func NewProxyClientConn(_ c: Conn, _ r: Reference<Reader>) -> Reference<ClientConn>
Parameters:
- c:
- r:
NewServerConn
// .NET, .NET Standard 2.0
class method NewServerConn(c: Conn; r: Reference<Reader>): Reference<ServerConn>
// Island
class method NewServerConn(c: Conn; r: Reference<Reader>): Reference<ServerConn>
// .NET, .NET Standard 2.0
static Reference<ServerConn> NewServerConn(Conn c, Reference<Reader> r)
// Island
static Reference<ServerConn> NewServerConn(Conn c, Reference<Reader> r)
// .NET, .NET Standard 2.0
static func NewServerConn(_ c: Conn, _ r: Reference<Reader>) -> Reference<ServerConn>
// Island
static func NewServerConn(_ c: Conn, _ r: Reference<Reader>) -> Reference<ServerConn>
Parameters:
- c:
- r:
NewSingleHostReverseProxy
// .NET, .NET Standard 2.0
class method NewSingleHostReverseProxy(target: Reference<URL>): Reference<ReverseProxy>
// Island
class method NewSingleHostReverseProxy(target: Reference<URL>): Reference<ReverseProxy>
// .NET, .NET Standard 2.0
static Reference<ReverseProxy> NewSingleHostReverseProxy(Reference<URL> target)
// Island
static Reference<ReverseProxy> NewSingleHostReverseProxy(Reference<URL> target)
// .NET, .NET Standard 2.0
static func NewSingleHostReverseProxy(_ target: Reference<URL>) -> Reference<ReverseProxy>
// Island
static func NewSingleHostReverseProxy(_ target: Reference<URL>) -> Reference<ReverseProxy>
Parameters:
- target: