Documentation ¶
Index ¶
- type Agent
- type AgentBase
- func (a *AgentBase) CreateConnection(ctx context.Context, options net.ConnectOptions, ...) (net.Socket, error)
- func (a *AgentBase) GetName(ctx context.Context, options AgentRequestOptions) (string, error)
- func (a *AgentBase) Https() Https
- func (a *AgentBase) V8FuncCreateConnection(in isolates.FunctionArgs) (*isolates.Value, error)
- func (a *AgentBase) V8FuncGetName(in isolates.FunctionArgs) (*isolates.Value, error)
- type AgentRequestOptions
- type Https
- type HttpsBase
- func (h *HttpsBase) Agent() *isolates.Value
- func (h *HttpsBase) GlobalAgent() Agent
- func (h *HttpsBase) Net() net.Net
- func (h *HttpsBase) V8GetAgent(in isolates.GetterArgs) (*isolates.Value, error)
- func (h *HttpsBase) V8GetGlobalAgent(in isolates.GetterArgs) (*isolates.Value, error)
- func (h *HttpsBase) V8GetNet(in isolates.GetterArgs) (*isolates.Value, error)
- type IPFamily
- type Import
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentBase ¶
type AgentBase struct {
// contains filtered or unexported fields
}
func (*AgentBase) CreateConnection ¶
func (*AgentBase) V8FuncCreateConnection ¶
func (*AgentBase) V8FuncGetName ¶
type AgentRequestOptions ¶
type Https ¶
func NewDefaultHttps ¶
func NewDefaultHttps(in isolates.RuntimeFunctionArgs) (Https, error)
type HttpsBase ¶
type HttpsBase struct {
// contains filtered or unexported fields
}
func (*HttpsBase) GlobalAgent ¶
func (*HttpsBase) V8GetAgent ¶
func (*HttpsBase) V8GetGlobalAgent ¶
Click to show internal directories.
Click to hide internal directories.