Sent from iPhone.
> On Wed, May 4, 2011 at 9:13 AM, Ivan Uemlianin <ivan.llai
...@gmail.com> wrote:
>> Dear All
>> I would like to send POST requests from my mochiweb application to
>> another server. Currently I'm just using:
>> Response = http:request(post, Request, [], []),
>> This works, but only if I start inets first, e.g. with one of:
>> inets:start().
>> application:start(inets)
>> Is there a function within mochiweb I can use instead of starting up
>> another application?
> It's normal to start applications that your application depends on.
> You should do application:start(inets) along with anything else you
> need before you start your application.
> -bob
> --
> You received this message because you are subscribed to the Google Groups "MochiWeb" group.
> To post to this group, send email to mochiweb@googlegroups.com.
> To unsubscribe from this group, send email to mochiweb+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/mochiweb?hl=en.