- System (white)
- Request (blue)
- Accept (green)
- Retrieve (white)
- Precondition (yellow)
- Create/Process
- Response (cyan)
- Alternative (gray)
This block is in charge of retrieving the resource.
callback | output | default | |
---|---|---|---|
G6 | missing :bin |
T / F | FALSE |
H7 | moved :bin |
T / F | FALSE |
H6 | moved_permanently :bin |
T / F | FALSE |
H5 | moved_temporarily :bin |
T / F | FALSE |
H4 | method :var |
Method | Transaction.request.method |
create_methods :var |
[ Method ] | [ POST ] |
|
is_method_create : in |
T / F | ||
gone_permanently :bin |
T / F | FALSE |
FIXME Explanations needed
Return TRUE if the entire resource or the specific requested representation is missing; return FALSE otherwise.
The return value is in the spirit of the 404 NOT FOUND
status code.
The 404 (Not Found) status code indicates that the origin server did not find a current representation for the target resource or is not willing to disclose that one exists.