struct Athena::Framework::Response::DirectWriter
      
inherits Athena::Framework::Response::Writer
#
  The default ATH::Response::Writer for an ATH::Response.
Writes directly to the output IO.
Methods#
    #write(output : IO, & : IO -> Nil) : Nil#
  Accepts an output IO that the content of the response should be written to.
The output IO is yielded directly.