is there a way to use respondTextWriter {} but write the http status of the request before the first write operation? something like passing ()->Int instead of the actual status?
bitkid
08/20/2019, 2:47 PM
what i am trying to do is to transform data from a jdbc resultset to a response as memory efficient as possible. the query runs in a different context so what i do in protocode is: