When you go to a site, your browser makes a request for that page, and even
sends extra information, like what language you prefer. A request to
pets_new.php
might look like this:
POST /pets_new.php
Host: localhost:8000
Accept-Language: en-US,en;q=0.8
pet_name=Waggy%20Pig&breed=bichon
Which of the following most accurately describes this request?