rpc

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2025 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HttpConnError

func HttpConnError(err error) (string, bool)

Types

type FastHttpClient

type FastHttpClient struct {
	// contains filtered or unexported fields
}

func NewDefaultHttpClient

func NewDefaultHttpClient() *FastHttpClient

func NewHttpClient

func NewHttpClient(concurrency int, readTimeout time.Duration, writeTimeout time.Duration) *FastHttpClient

func (*FastHttpClient) SendGetRequest

func (f *FastHttpClient) SendGetRequest(url string) ([]byte, error)

func (*FastHttpClient) SendPostJsonRequest

func (f *FastHttpClient) SendPostJsonRequest(url string, reqEntityBytes []byte) ([]byte, error)

Jump to

Keyboard shortcuts

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