Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据文档https://www.rplumber.io/,它说如果我们使用plumber$run() 它只会在本地运行localhost:8000。我想在远程发布它。如何使用管道工包启动远程 API?
见上的host参数run()。例如$run(host="0.0.0.0")
host
run()
$run(host="0.0.0.0")