# File lib/ftw/response.rb, line 53
  def initialize
    super
    @logger = Cabin::Channel.get
    @reason = "" # Empty reason string by default. It is not required.
  end