utils

package
v0.0.0-...-1fc07e7 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2017 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	Form = "form"
	Raw  = "raw"
)

Functions

This section is empty.

Types

type HttpQuery

type HttpQuery struct {
	Timeout  int
	Method   string
	Url      string
	BodyType string
	Body     []byte
	Result   HttpResult
}

func (*HttpQuery) DoQuery

func (query *HttpQuery) DoQuery() error

type HttpResult

type HttpResult struct {
	Status int
	Body   []byte
}

Jump to

Keyboard shortcuts

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