integration

package
v0.0.0-...-433f4b7 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2018 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPRequest

type HTTPRequest struct {
	// contains filtered or unexported fields
}

HTTPRequest request object

func (*HTTPRequest) Body

func (r *HTTPRequest) Body(body string) *HTTPRequest

Body func

func (*HTTPRequest) Header

func (r *HTTPRequest) Header(name string, value string) *HTTPRequest

Header func

func (*HTTPRequest) Method

func (r *HTTPRequest) Method(method string) *HTTPRequest

Method func

func (*HTTPRequest) Send

func (r *HTTPRequest) Send() HTTPResponse

Send func

func (*HTTPRequest) URL

func (r *HTTPRequest) URL(url string) *HTTPRequest

URL func

type HTTPResponse

type HTTPResponse struct {
	Status  string
	Body    string
	Headers map[string][]string
}

HTTPResponse request object

Jump to

Keyboard shortcuts

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