Re: nginScript question

2018-04-18 Thread Dmitry Volyntsev
On 17.04.2018 21:30, djcza...@gmail.com wrote: Is there a roadmap for nginScript There is. The short term preliminary plan is: - stream integration refactoring to match the way it done in http - access to shared memory storage - base64 encode __

Re: nginScript question

2018-04-17 Thread Artem S. Povalyukhin
Hi! On 04/17/2018 09:30 PM, djcza...@gmail.com wrote: > Is there a roadmap for nginScript and any plans to make it a part of the > official nginx release? It is the official part. $ apt show nginx-module-njs Package: nginx-module-njs Version: 1.13.12.0.2.0-1~xenial Priority: optional Section: h

Re: nginScript question

2018-04-17 Thread djczaski
Is there a roadmap for nginScript and any plans to make it a part of the official nginx release? > On Apr 10, 2018, at 8:45 AM, Dmitry Volyntsev wrote: > > > >> On 13.07.2017 18:14, aledbf wrote: >> Thanks! > > Hi, > > I am glad to inform you that since njs-0.2.0 it is possible to create

Re: nginScript question

2018-04-10 Thread Dmitry Volyntsev
On 13.07.2017 18:14, aledbf wrote: Thanks! Hi, I am glad to inform you that since njs-0.2.0 it is possible to create arbitrary http subrequests from js_content phase. Here you can find the subrequest API description: http://hg.nginx.org/njs/rev/750f7c6f071c Here you can find some usage

Re: nginScript question

2017-07-13 Thread aledbf
Thanks! Posted at Nginx Forum: https://forum.nginx.org/read.php?2,275459,275477#msg-275477 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: nginScript question

2017-07-13 Thread Dmitry Volyntsev
On 12.07.2017 23:57, aledbf wrote: Hi, It is possible to make a HTTP request with nginScript? Hi, Unfortunately, this is not possible so far. But, we are going to add such functionality in the future. You can find what is currently possible here http://nginx.org/en/docs/http/ngx_http_js_