/var/www/qr4y.com/www/wp-includes/php-ai-client/src/Providers/Http/Enums
Edit: /var/www/qr4y.com/www/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);
}
}