Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.36 KB

README_create.md

File metadata and controls

30 lines (26 loc) · 1.36 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

Create

callback output default
K3 method :var Method Transaction.request.method
is_method_put : in T / F
create_is_method_put : in T / F is_method_put : in
L3 create_partial_put :bin T / F process_partial_put :bin
M3 create_has_conflict :bin T / F process_has_conflict :bin
K2 method :var Method Transaction.request.method
create_methods :var [ Method ] [ POST
, PUT
, PATCH
]
is_method_create : in T / F
L2 path :var URI
create_path : in T / F
M2 create :bin T / F FALSE

FIXME Explanations needed