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

Specify POST requests that don't change the database (or don't need pinning) #8

Open
aptiko opened this issue Nov 14, 2012 · 2 comments
Milestone

Comments

@aptiko
Copy link
Contributor

aptiko commented Nov 14, 2012

Using the @db_write decorator, I can specify views that change the database although they're GET. What about the opposite? There are POST requests that don't change the database; login is a typical example. There are also POST requests that do change the database, but the change is not so important to be viewed immediately; a possible example is clicking on a "like" button.

See also #7 about alternative implementation ways.

@jsocol
Copy link
Collaborator

jsocol commented Nov 14, 2012

This would be great.

@jsocol
Copy link
Collaborator

jsocol commented Jan 21, 2019

This might be solvable in userland with #16, but is also be worth adding a simple/happy-path marker for it in the box.

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

No branches or pull requests

2 participants