Documentation ¶
Index ¶
- func Call(f func(p periHttp.PeriHttp), method string, data io.Reader, ...) *http.Response
- func CallWithRole(f func(p periHttp.PeriHttp), method string, data io.Reader, ...) *http.Response
- func Delete(f func(p periHttp.PeriHttp), vars map[string]string)
- func Get(f func(p periHttp.PeriHttp), vars map[string]string) []byte
- func Head(f func(p periHttp.PeriHttp), vars map[string]string)
- func Patch(f func(p periHttp.PeriHttp), data []byte, vars map[string]string) []byte
- func Post(f func(p periHttp.PeriHttp), data []byte, vars map[string]string) []byte
- func Put(f func(p periHttp.PeriHttp), data []byte, vars map[string]string) []byte
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallWithRole ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.