ghttp

package
v1.11.1 Latest Latest
Warning

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

Go to latest
Published: Mar 6, 2024 License: BSD-3-Clause Imports: 12 Imported by: 0

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.Handler that talks over RPC.

func NewClient

func NewClient(client httppb.HTTPClient) *Client

NewClient returns an HTTP handler database instance connected to a remote HTTP handler instance

func (*Client) ServeHTTP

func (c *Client) ServeHTTP(w http.ResponseWriter, r *http.Request)

type ResponseWriter

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

func (*ResponseWriter) Body

func (w *ResponseWriter) Body() *bytes.Buffer

func (*ResponseWriter) Header

func (w *ResponseWriter) Header() http.Header

func (*ResponseWriter) StatusCode

func (w *ResponseWriter) StatusCode() int

func (*ResponseWriter) Write

func (w *ResponseWriter) Write(buf []byte) (int, error)

func (*ResponseWriter) WriteHeader

func (w *ResponseWriter) WriteHeader(code int)

type Server

type Server struct {
	httppb.UnsafeHTTPServer
	// contains filtered or unexported fields
}

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

func NewServer

func NewServer(handler http.Handler) *Server

NewServer returns an http.Handler instance managed remotely

func (*Server) Handle

func (s *Server) Handle(ctx context.Context, req *httppb.HTTPRequest) (*emptypb.Empty, error)

func (*Server) HandleSimple

HandleSimple handles http requests over http2 using a simple request response model. Websockets are not supported. Based on https://www.weave.works/blog/turtles-way-http-grpc/

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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