HTTP: Response Messages
Let's look at what HTTP response messages look like!
Introduction
Let’s start with a typical example of an HTTP response message:
It has 3 parts: an initial status line, some header lines and an entity body.
Note: HTTP response messages don’t have the URL or the method fields. Those are strictly for request messages.
...