I\'m implementing a custom module for Erlang\'s httpd (inets) server. I can successfully respond with HTML content with the following implementation of do method:
I am trying to make Erlang\'s Inets mode_esiwork and run some function.So, far, I did not succeed.Can someone post a minimal example of how to run Inets so that a url like http:localho开发者_如何学Cst
I am current开发者_开发技巧ly using Inets with the following request: http:request(put, {Url, [{\"User-Agent\", UA}, {\"Content-type\",
This post indicates how to make a simple GET HTTP request with Erlang\'s Inets ap开发者_如何转开发plication.
The Nitrogen project web page declares equal support for yaws, mochiweb, and inets, but with which of these web servers is it开发者_StackOverflow社区 going to perform the best? I.e. for a large scale
What is the appropriate place for performing inets:start() ? in `applicationname_app\' module? in applicationname_sup supervisor module?
What is the proper way to embed the inets:httpd module inside an existing application? I would like an example / guidelines to achieving this, please.开发者_如何转开发