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

Method Fins.Response()->set_file()


Method set_file

void set_file(Stdio.File file)

Description

sets the response value for this request

if an HTTP response code has been set, this method will not alter it, if one has not been set, this method will default the response code to 200 (Response OK).

using this method will clear any template set.