writeTo(port)
Output the Hash table for the HTTP header
# File lib/xmlrpc/httpserver.rb, line 97 def writeTo(port) each { |k,v| port << "#{k}: #{v}" << CRLF } end