Documentation ¶
Index ¶
- Constants
- Variables
- func Delete(service, url string, body io.Reader) (respBody []byte, err error)
- func Get(service string, url string) (respBody []byte, err error)
- func GetStatus(service string, url string) error
- func GetWithoutToken(service string, url string) (respBody []byte, err error)
- func Init(app *iris.Application)
- func Post(service, url string, body io.Reader) (respBody []byte, err error)
- func PostBinary(service string, url string, body *[]byte) ([]byte, error)
- func PostImage(service string, url string, body *[]byte) ([]byte, error)
- func PostMultipart(service string, url string, formValues map[string]string, ...) ([]byte, error)
- func PostString(service string, url string, body *string) ([]byte, error)
Constants ¶
View Source
const ( GET = "GET" POST = "POST" DELETE = "DELETE" )
Variables ¶
View Source
var Services = make(map[string]string)
Functions ¶
func GetWithoutToken ¶
func PostMultipart ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.