Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyServer ¶
type ProxyServer struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts ...Option) *ProxyServer
func (*ProxyServer) Close ¶
func (p *ProxyServer) Close()
func (*ProxyServer) Records ¶
func (p *ProxyServer) Records() []RequestRecord
func (*ProxyServer) Start ¶
func (p *ProxyServer) Start()
func (*ProxyServer) URL ¶
func (p *ProxyServer) URL() string
type RequestRecord ¶
Click to show internal directories.
Click to hide internal directories.