in reply to Write a Filehandle w/Dancer2
get '/stream_example' => sub { return send_file( \'fake contents to be replaced in override', streaming => 1, callbacks => { override => sub {...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Write a Filehandle w/Dancer2
by hardburn (Abbot) on Aug 14, 2014 at 00:52 UTC | |
by Anonymous Monk on Aug 14, 2014 at 01:06 UTC |