request

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2024 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Http    *http.Client
	Request *http.Request
}

Client is the interface for the request client Client is safe for concurrent use by multiple goroutines.

func NewClient

func NewClient(url string, token string, timeout int64) *Client

NewClient returns a new client for making requests

func (*Client) PostForm

func (c *Client) PostForm(url string, params types.Param) ([]byte, error)

Jump to

Keyboard shortcuts

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