Internet & World Wide Web How To Program, 5/e
Internet & World Wide Web How To Program, 5/e
Internet & World Wide Web How To Program, 5/e
HTTP Headers
Next, the server sends one or more HTTP headers, which provide
additional information about the data that will be sent.
In this case, the server is sending an HTML5 text document, so
one HTTP header for this example would read:
Content-type: text/html