inets
Erlang custom httpd module - how to send custom HTTP headers and Content-Type
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:[详细]
2023-04-03 06:25 分类:问答Working example for Erlang Server Interface
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[详细]
2023-01-27 09:10 分类:问答Erlang HTTP: How do you include Body in an Inets or Ibrowse request?
I am current开发者_开发技巧ly using Inets with the following request: http:request(put, {Url, [{\"User-Agent\", UA}, {\"Content-type\",[详细]
2023-01-04 23:48 分类:问答Erlang: HTTP GET Parameters with Inets
This post indicates how to make a simple GET HTTP request with Erlang\'s Inets ap开发者_如何转开发plication.[详细]
2023-01-02 21:45 分类:问答Where does Nitrogen get the best performance - yaws, mochiweb, or inets?
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[详细]
2022-12-14 02:31 分类:问答Erlang: when to perform `inets:start()`?
What is the appropriate place for performing inets:start() ? in `applicationname_app\' module? in applicationname_sup supervisor module?[详细]
2022-12-13 15:38 分类:问答Erlang: how to embed inets:httpd?
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.开发者_如何转开发[详细]
2022-12-13 06:15 分类:问答