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

SELECT/INSERT/UPDATE/DELETE over REST #66

Closed
dedok opened this issue Oct 18, 2016 · 4 comments
Closed

SELECT/INSERT/UPDATE/DELETE over REST #66

dedok opened this issue Oct 18, 2016 · 4 comments
Assignees
Milestone

Comments

@dedok
Copy link
Contributor

dedok commented Oct 18, 2016

I proposing a configuration for this issue

{
 # Contexts location, location if
 location = /my_insert {
   tnt_http_insert [on, off];
   tnt_pass UPSTREAM;
 }
 location = /my_delete {
   tnt_http_delete [on, off];
   tnt_pass UPSTREAM;
 }
 ... and so on ...
} 
@dedok dedok added this to the v0.2.3 milestone Oct 18, 2016
@dedok dedok self-assigned this Oct 18, 2016
@dedok dedok removed this from the v0.2.3 milestone Oct 24, 2016
@dedok dedok added help wanted Extra attention is needed question Further information is requested labels Oct 24, 2016
@dedok
Copy link
Contributor Author

dedok commented Oct 24, 2016

I need think about the issue...

@dedok
Copy link
Contributor Author

dedok commented Dec 10, 2017

Added: replace, delete, insert, select in b108c1e

@dedok dedok removed help wanted Extra attention is needed question Further information is requested labels Dec 11, 2017
dedok added a commit that referenced this issue Dec 18, 2017
@morokin
Copy link

morokin commented Dec 20, 2017

Can you please add description of HTTP status codes returning by upstream module to documentation.

Thanks

dedok added a commit that referenced this issue Jan 7, 2018
@dedok
Copy link
Contributor Author

dedok commented Jan 7, 2018

Fixed in db9356e

@dedok dedok closed this as completed Jan 7, 2018
dedok added a commit that referenced this issue Jan 7, 2018
@dedok dedok added this to the v2.6 milestone Jan 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants