3

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??

Jaap
  • 81,064
  • 34
  • 182
  • 193
jianjyan
  • 41
  • 3

1 Answers1

0

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.

quantumpotato
  • 9,637
  • 14
  • 70
  • 146