💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## CURL::getheader ### 接口说明 >将curl_easy_perform服务器返回消息头输出 > +++ put:getheader <<< success 无返回值 +++ ### 代码演示 ~~~ import ["curl"]; var url = curl.curl_easy_init(); curl.curl_easy_setopt(url,curl.CURLOPT_URL,"http://www.baidu.com"); curl.curl_easy_perform(url); println(url.getheader()); ~~~