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
If you are russian spoken, look - MailRuChamps/hlcupdocs#81
The text was updated successfully, but these errors were encountered:
Hi! Can you send me a test case?
Sorry, something went wrong.
*.conf
upstream backend { server 127.0.0.1:1111; } server { #... location /get_something { tnt_http_rest_methods post; tnt_pass_http_request on parse_args unescape pass_body; tnt_method get_something; tnt_pass backend; tnt_pure_result on; internal; } location /open { lua_need_request_body on; rewrite_by_lua_block { local res = ngx.location.capture('/get_something', { args = ngx.var.args, method = ngx.HTTP_POST, always_forward_body = true }) -- ... } }}
Tarantool Lua script
function get_something (req) local get_arg = req.args.getArg -- ?getArg=a+b => string 'a+b', but must be 'a b' end
Thx you! I will fix this issue after my vacation end, that will happen in next monday.
#98 -- fixed; #66 -- added: insert, delete, select, replace
b108c1e
Fixed in b108c1e
dedok
No branches or pull requests
If you are russian spoken, look - MailRuChamps/hlcupdocs#81
The text was updated successfully, but these errors were encountered: