2.2.9. Status Code
2.2.9. Status Code
The @status derived component refers to the three-digit numeric HTTP status code of a response message as defined in [HTTP], Section 15. The component value is the serialized three-digit integer of the HTTP status code, with no descriptive text.
For example, the following response message:
HTTP/1.1 200 OK Date: Fri, 26 Mar 2010 00:05:00 GMT
would result in the following @status component value:
200
and the following signature base line:
"@status": 200
The @status component identifier MUST NOT be used in a request message.