
http_server(+Port,+Pending)

   Start an http server with allows the specified number of pending connections

Arguments
   Method              An integer port number
   Pending             The number of simultaneous connections to queue up before rejecting

Type
   library(http_server)

Description
http_server/1 corresponds to a pending queue size of 1.


