httpc

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2022 License: MIT Imports: 7 Imported by: 0

README

xxx

介绍
  1. xxxx
  2. xxxx
  3. xxxx
安装教程

go get github.com/jageros/hawox

使用例子
package main

import (
	"fmt"
	"github.com/jageros/hawox/xxx"
)

func main() {
	/*
	xxxxx
	xxxxx
	xxxxx
	*/
}
使用说明
  1. xxxx
  2. xxxx
  3. xxxx

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Request

func Request(method METHOD, url string, contentType string, arg map[string]interface{}, header map[string]string) (result []byte, err error)

func RequestReturnMap added in v0.1.0

func RequestReturnMap(method METHOD, url string, contentType string, arg map[string]interface{}, header map[string]string) (result map[string]interface{}, err error)

func RequestWithInterface added in v0.1.0

func RequestWithInterface(method METHOD, url string, contentType string, arg map[string]interface{}, header map[string]string, result interface{}) error

func SetHeader

func SetHeader(req *http.Request, arg map[string]string)

Types

type METHOD

type METHOD string
const (
	JSON = "application/json"
	FORM = "application/x-www-form-urlencoded"

	GET  METHOD = "GET"
	POST METHOD = "POST"
	PUT  METHOD = "PUT"
)

func (METHOD) String

func (m METHOD) String() string

Jump to

Keyboard shortcuts

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