Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Define RFC 8970 PREVIEW
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Nov 26, 2023
1 parent 00302d2 commit 787907f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ abstract class FetchType
// RFC 8474
const EMAILID = 'EMAILID';
const THREADID = 'THREADID';
// RFC 8970
const PREVIEW = 'PREVIEW';

public static function BuildBodyCustomHeaderRequest(array $aHeaders, bool $bPeek = true) : string
{
Expand Down

0 comments on commit 787907f

Please sign in to comment.