@prefix schema: <https://schema.org/> .
@prefix af: <https://anchorfact.org/ns#> .

<https://anchorfact.org/kb/computer-science/api-prefer-header-return-minimal-and-respond-async>
  a schema:TechArticle ;
  schema:headline "API Prefer Header: return=minimal and respond-async" ;
  schema:url <https://anchorfact.org/computer-science/api-prefer-header-return-minimal-and-respond-async/> ;
  af:status "public" ;
  af:confidence "medium" ;
  af:confidenceScore "0.685" ;
  af:confidenceBasis "verified_sources" ;
  af:generationMethod "ai_structured" .

<https://anchorfact.org/kb/computer-science/api-prefer-header-return-minimal-and-respond-async>
  schema:citation <https://www.rfc-editor.org/info/rfc7240/> ;
  af:sourceTier "C" .

<https://anchorfact.org/kb/computer-science/api-prefer-header-return-minimal-and-respond-async>
  schema:citation <https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Headers/Prefer> ;
  af:sourceTier "B" .