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

[Question] Do you only use Fussillade in Get methods or do Post/Delete etc also benefit? #6

Closed
promontis opened this issue Jan 28, 2015 · 1 comment
Labels

Comments

@promontis
Copy link

Hi Paul,

Small question regarding the use of Fussillade. Do you design your API client service POST/DELETE/etc methods also with a priority parameter? In other words, do you differentiate between background/user_initiated for non-GET methods?

I tend to think those non-GET methods should also be as quick as possible... so always user_initiated.

@anaisbetts
Copy link
Member

POST/DELETEs don't get cached or deduped, but they can still be prioritized. Whether that makes sense depends on your app

@lock lock bot added the outdated label Jun 24, 2019
@lock lock bot locked and limited conversation to collaborators Jun 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants