Documentation
¶
Index ¶
- type Status
- func Delete(url string, header js.Json) (js.Json, Status)
- func Get(url string, header js.Json) (js.Json, Status)
- func Options(url string, header js.Json) (js.Json, Status)
- func Patch(url string, header, body js.Json) (js.Json, Status)
- func Post(url string, header, body js.Json) (js.Json, Status)
- func Put(url string, header, body js.Json) (js.Json, Status)
- func StatusValid(status int, message string) Status
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.