generated from mwc/lab_riddles
init commit for checkpoint 1.
This commit is contained in:
parent
6b0bb8c39e
commit
0c8f749f78
10
notes.md
10
notes.md
|
@ -7,6 +7,16 @@ about the meaning of the line, and some situation in which it might be useful.
|
|||
You are welcome to research the meanings of these headers, but it's also
|
||||
fine to speculate for now.
|
||||
|
||||
Line 1: THat is just pointing to the URL of the server
|
||||
|
||||
Line 2: A GET request is establishing contact from your computer to the server via teh HTTP protocol.
|
||||
|
||||
Line 6: This is telling us the host name of the server, im not sure how it differs from the first line
|
||||
|
||||
Line 13: This is useful to know how much data is in the request, but is that content or something else?
|
||||
|
||||
Lne 23: Thats the beginning of the content in a dictionary or tuple I think.
|
||||
|
||||
## Checkpoint 2
|
||||
The goal of this checkpoint is to see what status codes you can get back from
|
||||
the riddle server. Paste below several `http` requests and the status codes
|
||||
|
|
Loading…
Reference in New Issue