W05 // HTTP, URLS, QUERY PARAMETERS
SEP 16 · Ch 2 Sec 5-6 · DUE: Assignment 2 (internet vocabulary + URL anatomy)
This week's deckPPTX
// RUN OF SHOW (8:45-10:15)
8:45
Stand-up: last week's deliverable graded, questions answered
9:20
At the keyboard: guided type-along
9:45
Build time: assignment or project work
10:10
Close: commit, push, and preview next week's reading
// THE POINT THIS WEEK
The request/response cycle. Methods and status codes. Anatomy of a URL. Query parameters.
// TALKING POINTS
The request/response cycle
- HTTP is the language: client requests, server responds, every time
- Status codes are the server's mood: 200 fine, 404 lost, 500 broken
- The Network tab in DevTools shows this whole conversation live
Anatomy of a URL
- protocol :// domain / path ? query
- Query parameters are name=value pairs after the ?, separated by &
- Next week you'll see forms write query strings for you; this week, read them
> TREASURE HUNT WEEKThe Lost Packet opens today: student door · foreman key. Badge G. Run it in the build block or assign as the week's warm-down.
// LINKS