BT编程语言文档
timeout
设置请求的超时时间。语法 Reqwest.timeout(millisecond:Int)
millisecond:必填,毫秒
// 设置请求超时时间为3秒 println reqwest('https://btlang.org/login').timeout(3000).send()语法 Reqwest.timeout(millisecond:Int)
millisecond:必填,毫秒
// 设置请求超时时间为3秒 println reqwest('https://btlang.org/login').timeout(3000).send()