Changes

Jump to navigation Jump to search
28 bytes removed ,  10:41, 25 April 2022
By default, a successful request is answered with the HTTP status code {{Code|200}} (OK) and is followed by the given content. An erroneous request leads to an error code and an optional error message (e.g. {{Code|404}} for “resource not found”).
With {{Version|9.6}}, the A {{Code|Server-Timing}} HTTP header will be is attached to the each response. It indicates how much time was spent for parsing, compiling, evaluating and serializing the query. The last value will not necessarily reflect the full time for serializing the result, as the header is generated before the result is sent to the client. Server-side serialization can be enforced by annotating a function with the <code>[[#Query Execution|%rest:single]]</code> annotation.
==Custom Response==
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu