gresponsewriter

package
v1.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 18, 2021 License: BSD-3-Clause Imports: 15 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client is an http.ResponseWriter that talks over RPC.

func NewClient

func NewClient(header http.Header, client gresponsewriterproto.WriterClient, broker *plugin.GRPCBroker) *Client

NewClient returns a response writer connected to a remote response writer

func (*Client) Flush

func (c *Client) Flush()

func (*Client) Header

func (c *Client) Header() http.Header

func (*Client) Hijack

func (c *Client) Hijack() (net.Conn, *bufio.ReadWriter, error)

func (*Client) Write

func (c *Client) Write(payload []byte) (int, error)

func (*Client) WriteHeader

func (c *Client) WriteHeader(statusCode int)

type Server

type Server struct {
	gresponsewriterproto.UnimplementedWriterServer
	// contains filtered or unexported fields
}

Server is an http.ResponseWriter that is managed over RPC.

func NewServer

func NewServer(writer http.ResponseWriter, broker *plugin.GRPCBroker) *Server

NewServer returns an http.ResponseWriter instance managed remotely

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL