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
Some times using get, post and other functions will be confusing. Add http_ prefix to all the exposed Binnacle http tasks.
get
post
http_
Example:
get => http_get post => http_post
The text was updated successfully, but these errors were encountered:
@aravindavk could you please assign this issue to me. I will start working on this.
Sorry, something went wrong.
divyashreej
No branches or pull requests
Some times using
get
,post
and other functions will be confusing. Addhttp_
prefix to all the exposed Binnacle http tasks.Example:
The text was updated successfully, but these errors were encountered: