request

package
v0.0.0-...-31b83a3 Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2021 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type JsonMap

type JsonMap map[string][]interface{}

func (*JsonMap) Add

func (j *JsonMap) Add(key string, value []interface{})

func (*JsonMap) Get

func (j *JsonMap) Get(key string) []interface{}

func (*JsonMap) Remove

func (j *JsonMap) Remove(key string)

func (*JsonMap) RemoveIndex

func (j *JsonMap) RemoveIndex(key string, index int)

func (*JsonMap) Set

func (j *JsonMap) Set(key string, value interface{})

func (*JsonMap) ToByteArray

func (j *JsonMap) ToByteArray() []byte

type Request

type Request struct {
	Method   string
	Endpoint string
	Values   url.Values
	Body     []byte
}

Request ...

Jump to

Keyboard shortcuts

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