Module webserver

Simple web server for testing purposes.

Copyright © (C) 1999-2013, Erlang Solutions Ltd

Authors: Oscar Hellström (oscar@hellstrom.st), Magnus Henoch (magnus@erlang-consulting.com), Diana Parra Corbacho (diana.corbacho@erlang-solutions.com).

Description

Simple web server for testing purposes

Function Index

acceptor/3
start/2
start/3
stop/2
stop/3

Function Details

acceptor/3

acceptor(Module, ListenSocket, Responders) -> any()

start/2

start(Module, Responders) -> any()

start/3

start(Module, Responders, Family) -> any()

stop/2

stop(Listener, LS) -> any()

stop/3

stop(Module, Listener, LS) -> any()


Generated by EDoc