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.
我正在尝试将 http 命令转换为 curl,以便在 Windows 命令提示符上运行。
我该如何翻译
http :8001/config config=@cat.yaml
到 curl 命令?