response.go::(r *Response) GetReasonPhrase(), The returned data is incomplete
NikolasChiang opened this issue · 0 comments
NikolasChiang commented
// can be adjusted to
func (r *Response) GetReasonPhrase() string {
status := r.resp.Status
return status[strings.Index(status, " ")+1:]
}