mux

package
v2.9.1 Latest Latest
Warning

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

Go to latest
Published: Jul 3, 2020 License: Apache-2.0 Imports: 6 Imported by: 6

Documentation

Overview

Package mux provides proxy muxing

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Server

type Server struct {
	// name of service
	Name string
	// Proxy handler
	Proxy proxy.Proxy
}

Server is a proxy muxer that incudes the use of the DefaultHandler

func New

func New(name string, p proxy.Proxy) *Server

func (*Server) ProcessMessage

func (s *Server) ProcessMessage(ctx context.Context, msg server.Message) error

func (*Server) ServeRequest

func (s *Server) ServeRequest(ctx context.Context, req server.Request, rsp server.Response) error

Jump to

Keyboard shortcuts

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