Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADD: custom request validator #316

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

LavareX
Copy link

@LavareX LavareX commented Feb 24, 2017

添加功能

  • 支持自定义的验证器


result = [request customValidatorWithError:error];
if (!result) {
return result;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

需要将错误传递出去

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

custom error 和 statusCode error、json error 一样会传递给 requestDidFailWithRequest:error:,只是由使用者自己初始化 error。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants