/home/techb158/primomovers.ca/wp-includes/php-ai-client/src/Providers/Http/Enums
NameSizeModeActions
HttpMethodEnum.php25360644editdlrm
RequestAuthenticationMethod.php12520644editdlrm
Edit: /home/techb158/primomovers.ca/wp-includes/php-ai-client/src/Providers/Http/Enums/HttpMethodEnum.php (2536B)
value, [self::GET, self::HEAD, self::OPTIONS, self::TRACE, self::PUT, self::DELETE], \true); } /** * Checks if this method typically has a request body. * * @since 0.1.0 * * @return bool True if the method typically has a body, false otherwise. */ public function hasBody(): bool { return in_array($this->value, [self::POST, self::PUT, self::PATCH], \true); } }