-1 ? Client::NewRequest() : Curl::NewRequest(); } /** * @return Http2 * @throws Exception */ public static function http2(): Http2 { return Snowflake::app()->get('http2'); } }