Displaying 2 results from an estimated 2 matches for "requestbody".
Did you mean:
request_body
2007 Aug 29
1
Re: using Ajax.PeriodicalUpdater in iPhone
...blic.gmane.org> wrote:
>
>
> Hi,
>
> I met a strange problems with PeriodicalUpdater in iPhone. This timer
> event will last only four or five times.
>
> Code:
> start :function(){
> ...
> var soptions = {}
> soptions.postBody = "RequestBody=" +
> pars.toAjaxRequest().Body;
> soptions.onSuccess = this.getMeetingDetail.bind(this);
> soptions.frequency = 10;
> this.callStatus = new Ajax.PeriodicalUpdater("",
> this.eng._uri, soptions)
> },
>
> getMeetingDetail : funct...
2023 Jul 06
0
njs-0.8.0
...ub:
https://github.com/nginx/njs-examples
Changes with njs 0.8.0 6 Jul 2023
nginx modules:
*) Change: removed special treatment of forbidden headers in Fetch API
introduced in 0.7.10.
*) Change: removed deprecated since 0.5.0 r.requestBody and
r.responseBody in HTTP module.
*) Change: throwing an exception in r.internalRedirect() while
filtering in HTTP module.
*) Feature: introduced global nginx properties.
ngx.build - an optional nginx build name, corresponds to
--build=name argument of...