Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.69 KB

README_retrieve.md

File metadata and controls

39 lines (29 loc) · 1.69 KB
  1. System (white)
  2. Request (blue)
  3. Accept (green)
  4. Retrieve (white)
  5. Precondition (yellow)
  6. Create/Process
  7. Response (cyan)
  8. Alternative (gray)

HTTP headers status

Retrieve

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

missing :bin

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.

Reference: HTTPbis, RFC2616

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.