Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHTTPInbound ¶
func NewHTTPInbound(rwc *common.RewindReadWriteCloser) (protocol.ConnSession, *protocol.Request, protocol.PacketSession, error)
Types ¶
type HTTPInboundPacketSession ¶
type HTTPInboundPacketSession struct { protocol.PacketSession // contains filtered or unexported fields }
func (*HTTPInboundPacketSession) Close ¶
func (i *HTTPInboundPacketSession) Close() error
func (*HTTPInboundPacketSession) ReadPacket ¶
func (i *HTTPInboundPacketSession) ReadPacket() (*protocol.Request, []byte, error)
func (*HTTPInboundPacketSession) WritePacket ¶
type HTTPInboundTunnelConnSession ¶
type HTTPInboundTunnelConnSession struct {
// contains filtered or unexported fields
}
func (*HTTPInboundTunnelConnSession) Close ¶
func (i *HTTPInboundTunnelConnSession) Close() error
func (*HTTPInboundTunnelConnSession) Read ¶
func (i *HTTPInboundTunnelConnSession) Read(p []byte) (int, error)
func (*HTTPInboundTunnelConnSession) Respond ¶
func (i *HTTPInboundTunnelConnSession) Respond() error
Click to show internal directories.
Click to hide internal directories.