# File lib/httpclient/http.rb, line 906
    def reason=(reason)
      @http_header.reason_phrase = reason
    end