We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm starting to standardize on:
eq_*(value)
is_*()
has_*()
So if I'm using that standard then is_get() works but should call eq_method("GET")
is_get()
eq_method("GET")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm starting to standardize on:
eq_*(value)
- takes one value and compares it against something internalis_*()
- True if some internal condition is Truehas_*()
- True if some internal value existsSo if I'm using that standard then
is_get()
works but should calleq_method("GET")
The text was updated successfully, but these errors were encountered: