master
HTTP.Status
func (h *HTTP) Status() (interface{}, error) { resp, err := h.do() if err != nil { return nil, err }