# File lib/ethon/easy/header.rb, line 55
      def compose_header(key, value)
        Util.escape_zero_byte("#{key}: #{value}")
      end