These headers include information such as the content type of the response, any cookies that need to be set, and other metadata.
Option a, "print 'Content-type: text/html\n\n';", is used to set the content type of the response to HTML. This is typically done
Show more…