mux

package
v1.9.0 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2019 License: Apache-2.0 Imports: 5 Imported by: 13

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) 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