Extracted at 2014-06-26.
pike.ida.liu.se
[Top]
Fins
Fins.HTTPRequest

Method Fins.HTTPRequest()->attach_fd()


Method attach_fd

void attach_fd(Stdio.File _fd, Port server, function(this_program:void) _request_callback, void|string already_data)

Description

when running within a Fins-specific container like FinServe, the port object contains a reference to the application, so we link the application to the request here before continuing.