gt_http

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HttpGet

func HttpGet(url string, header map[string]string) ([]byte, error)

HttpGet 发送GET请求 @param url string 请求地址 @param header map[string]string 请求头

func HttpPost

func HttpPost(url string, header map[string]string, reqData any) ([]byte, error)

HttpPost 发送POST请求 @param url string 请求地址 @param header map[string]string 请求头 @param reqData any 请求数据

Types

This section is empty.

Jump to

Keyboard shortcuts

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