Changes

Jump to navigation Jump to search
7 bytes removed ,  11:59, 6 October 2017
m
Fix error code for rest:single
In many RESTXQ search scenarios, input from browser forms is processed and search results are returned. User experience can generally be made more interactive if an updated search request is triggered with each key click. However, this may lead to many expensive parallel requests, from which only the result of the last request will be relevant for the client.
With the <code>%rest:single</code> annotation, it can be enforced that only one instance of a function will be executed for the same client. If the same function will be called for the second time, the already running query will be stopped, and the HTTP error code {{Code|460}} (Gone) will be returned instead:
<pre class="brush:xquery">
administrator, Bureaucrats, editor, Interface administrators, reviewer, Administrators
401

edits

Navigation menu