我想使用 otp 从牛仔发送 http 帖子httpc:request/4;
application:start(inets) 返回错误:
错误,{“没有这样的文件或目录”,“inets.app”}
我怎样才能启动 inets?
来自https://github.com/ninenines/cowboy/issues/1040#issuecomment-254970067
“尝试将 LOCAL_DEPS = inets 添加到您的 Makefile 并再次执行 make run。”
这对我有用。