Documentation
¶
Index ¶
- type Body
- type HTTPFactory
- func (f *HTTPFactory) Delete(rawurl string) (*http.Response, error)
- func (f *HTTPFactory) Do(r *Request) (*http.Response, error)
- func (f *HTTPFactory) Get(rawurl string) (*http.Response, error)
- func (f *HTTPFactory) GetBuffer(rawurl string) (base.Buffer, error)
- func (f *HTTPFactory) GetString(rawurl string) (string, error)
- func (f *HTTPFactory) Head(rawurl string) (*http.Response, error)
- func (f *HTTPFactory) Post(rawurl, contentType string, body io.Reader) (*http.Response, error)
- func (f *HTTPFactory) PostBuffer(rawurl string, values base.Buffer, args ...string) (*http.Response, error)
- func (f *HTTPFactory) PostForm(rawurl string, values url.Values, args ...string) (*http.Response, error)
- func (f *HTTPFactory) PostJson(rawurl string, values interface{}, args ...string) (*http.Response, error)
- func (f *HTTPFactory) PostString(rawurl string, values string, args ...string) (*http.Response, error)
- func (f *HTTPFactory) Put(rawurl string) (*http.Response, error)
- type Request
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPFactory ¶
type HTTPFactory struct {
// contains filtered or unexported fields
}
func NewHTTPFactory ¶
func NewHTTPFactory(driver vmnet.NetDriver) *HTTPFactory
func (*HTTPFactory) PostBuffer ¶
func (*HTTPFactory) PostString ¶
Click to show internal directories.
Click to hide internal directories.