Define RFC 8970 PREVIEW

This commit is contained in:
the-djmaze 2023-11-26 03:04:34 +01:00
parent 00302d2064
commit 787907f42a

View file

@ -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
{