Hi,<br>I am looking for advice about the inets standard modules of OTP for http connection.<br><br>My first goal is to embed an HTTP client. I see a lot of applications using 'ibrowse' module. I would like to use inets only because it is in standard otp (no dependency). Can anyone give a quick difference between the two?
<br><br>Also I need to embed an simple HTTP server and got the same problem with using 'yaws' or inets 'httpd'. Furthermore I cannot figure out how to start httpd without config file or root directory ... yaws is simplest to embed.
<br><br>Any advice or comment is welcome, thanks.<br>