Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Proxy ¶
type Proxy struct {
// contains filtered or unexported fields
}
Proxy represents an AdaptiveProxy server instance.
func NewProxy ¶
NewProxy creates a new Proxy instance with the given configuration. The cfg parameter is required and must not be nil. For full middleware and endpoint control, use NewProxyWithBuilder.
func NewProxyWithBuilder ¶
NewProxyWithBuilder creates a new Proxy instance with a configuration builder. This allows full control over middlewares and endpoint configuration.
Click to show internal directories.
Click to hide internal directories.