Documentation ¶
Index ¶
- Constants
- Variables
- func Delete(url string, data interface{}) (int, error)
- func Do(req *http.Request, data interface{}) (int, error)
- func Get(url string, data interface{}) (int, error)
- func Post(url string, payload interface{}, data interface{}) (int, error)
- func Put(url string, payload interface{}, data interface{}) (int, error)
- func SetIdentity(identity string)
Constants ¶
View Source
const (
Timeout int64 = 10
)
Variables ¶
View Source
var Identity = ""
Functions ¶
func SetIdentity ¶
func SetIdentity(identity string)
Set the identity to place into HackIllinois-Identity when making requests
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.