</pre>
=RequestRequests=
This section shows how annotations are used to handle and process HTTP requests.
</pre>
=ResponseResponses=
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”).