struct
timer:timer?i-port:input-port?o-port:output-port?custodian:custodian?close?:boolean?
Changed in version 1.6 of package web-server-lib: Deprecate construction other than via new-connection .
procedure
v:any/cprocedure
( start-connection-manager [#:safety-limitssafety-limits])
safety-limits : safety-limits?
Changed in version 1.6 of package web-server-lib: Added safety-limits argument.
procedure
( new-connection cmi-porto-portcustclose?)→connection?
i-port:input-port?o-port:output-port?cust:custodian?close?:boolean?timeout:number?i-port:input-port?o-port:output-port?cust:custodian?close?:boolean?
Changed in version 1.6 of package web-server-lib: Added five-argument form using cm’s safety limits instead of a timeout argument.
procedure
( kill-connection! c)→any
procedure
t:number?
procedure
( reset-connection-timeout! ct)→any
t:number?
Added in version 1.6 of package web-server-lib.