简体   繁体   中英

why the cowboy as httpclient can't start inets

I want to send http post out from cowboy by using the otp's httpc:request/4;

the application:start(inets) returns an error:

error,{"no such file or directory","inets.app"}

how can i start the inets??

from https://github.com/ninenines/cowboy/issues/1040#issuecomment-254970067

"try adding LOCAL_DEPS = inets to your Makefile and do make run again."

This worked for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM