httpc

package
v0.0.0-...-cfe9eea Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2023 License: MIT Imports: 3 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 {
	BaseURL string
}

Client is

func (*Client) Do

func (c *Client) Do(path string, paramsJSON []byte) (*ResponseBody, error)

Do is

type IClinet

type IClinet interface {
	Do(path string, paramsJSON []byte) (*ResponseBody, error)
}

IClinet is

type ResponseBody

type ResponseBody struct {
	StatusCode int
	Body       []byte
}

ResponseBody is

Jump to

Keyboard shortcuts

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