Skip to content

Commit

Permalink
Add web request exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
sschang17 committed Oct 3, 2023
1 parent 5159d7e commit fe97a95
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions slides/2023/02_http/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,25 @@

---

# The Life Cycle of a Web Request

Prompt: What things (e.g. events, protocols, actions) (might) occur when someone types https://www.reddit.com in their web browser and press return?

Part 1: ~10 minutes

- Type those things into the google doc "The life cycle of a web request" in google drive on cs291.com (under Class Resource on the left bar).

- Include your first or preferred name you submitted in intro survey, e.g.
- Shea: User types in https://www.reddit.com.

Part 2: ~10 minutes

- We'll discuss these items in group setting.

- Be ready to explain your item (no pressure, your answer is not scored)

---

# Two Endpoints

A __web browser__ is a process (at least one) that runs on an operating system.
Expand Down

0 comments on commit fe97a95

Please sign in to comment.