// AcceptResponse handles an *http.Response func (rh *ResponseHandle) AcceptResponse(resp *http.Response) error { return handle.CommonHandleAcceptResponse(rh, resp) }
// AcceptResponse handles an *http.Response func (rh *InstanceAdminHandle) AcceptResponse(resp *http.Response) error { return handle.CommonHandleAcceptResponse(rh, resp) }
// AcceptResponse handles an *http.Response func (srh *SuggestionsResponseHandle) AcceptResponse(resp *http.Response) error { return handle.CommonHandleAcceptResponse(srh, resp) }
// AcceptResponse handles an *http.Response func (dh *DatabasePropertiesHandle) AcceptResponse(resp *http.Response) error { return handle.CommonHandleAcceptResponse(dh, resp) }
// AcceptResponse handles an *http.Response func (sh *ServerPropertiesHandle) AcceptResponse(resp *http.Response) error { return handle.CommonHandleAcceptResponse(sh, resp) }