[erlang-questions] Erlang http servers
freza@REDACTED
freza@REDACTED
Mon Oct 1 22:29:04 CEST 2012
On Mon, Oct 01, 2012 at 05:38:52PM +0200, Lo?c Hoguin wrote:
> Finding things in OTP unexpectedly is a quite common occurence, though.
Not OTP's fault, anybody can do (for example):
$ mandb ~/R15B01/lib/erlang/man
[... noise ...]
$ apropos -M ~/R15B01/lib/erlang/man http
http_uri (3) - URI utility module
httpc (3) - An HTTP/1.1 client
httpd (3) - An implementation of an HTTP 1.1 compliant Web server, as defined in RFC 2616.
httpd_conf (3) - Configuration utility functions to be used by the Erlang Web server API programmer.
httpd_socket (3) - Communication utility functions to be used by the Erlang Web server API programmer.
httpd_util (3) - Miscellaneous utility functions to be used when implementing Erlang Web server API modules.
Standard functionality, really. And there's always find(1) and grep(1)
to assist with detective work -- not perfect, but quite efficient
anyways.
BR,
-- Jachym
More information about the erlang-questions
mailing list