package
Version:
v0.0.0-...-bb2554f
Opens a new window with list of versions in this module.
Published: Dec 9, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type IHTTP interface {
Post(string, []byte, string, string) ([]byte, int)
Get(string, []byte, string, string) ([]byte, int)
Delete(string, string, string) int
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.