Documentation ¶
Overview ¶
Package client provides the client interface for 'httpoverrpc'
Package client provides the client interface for 'httpoverrpc'
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHTTPTransporter ¶ added in v1.24.0
func NewHTTPTransporter(conn *proxy.Conn, opts ...Option) http.RoundTripper
Types ¶
type DialConfigFactory ¶ added in v1.39.0
type DialConfigFactory func(req *http.Request) *pb.DialConfig
type HTTPTransporter ¶ added in v1.24.0
type HTTPTransporter struct {
// contains filtered or unexported fields
}
HTTPTransporter implementation of http.RoundTripper, which proxy HTTP requests over RPC to target host to send request from it
type Option ¶ added in v1.24.6
type Option interface {
// contains filtered or unexported methods
}
func WithCustomDialConfig ¶ added in v1.39.0
func WithCustomDialConfig(dialConfigFactory DialConfigFactory) Option
func WithInsecureSkipVerify ¶ added in v1.24.6
Click to show internal directories.
Click to hide internal directories.