proxy

package
v0.8.3 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsValidProxyBodySize added in v0.7.1

func IsValidProxyBodySize(s string) bool

IsValidProxyBodySize return true if s is a valid proxy body size string

func NewParser

NewParser creates a new reverse proxy configuration annotation parser

Types

type Configuration

type Configuration struct {
	BodySize         string `json:"bodySize"`
	ConnectTimeout   int    `json:"connectTimeout"`
	SendTimeout      int    `json:"sendTimeout"`
	ReadTimeout      int    `json:"readTimeout"`
	BufferSize       string `json:"bufferSize"`
	CookieDomain     string `json:"cookieDomain"`
	CookiePath       string `json:"cookiePath"`
	NextUpstream     string `json:"nextUpstream"`
	PassParams       string `json:"passParams"`
	RequestBuffering string `json:"requestBuffering"`
}

Configuration returns the proxy timeout to use in the upstream server/s

func (*Configuration) Equal

func (l1 *Configuration) Equal(l2 *Configuration) bool

Equal tests for equality between two Configuration types

Jump to

Keyboard shortcuts

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