HTTP Routes Wrap Up
Review
- Go to a whiteboard and diagram what happens when an app dev creates and maps a new route.
- Go to a whiteboard and diagram what happens when a person on the internet makes an HTTP request to a CF route.
🎉 Congratulations!
You just completed the HTTP Routes module!
Now go back to the curriculum page and pick another module. I suggest the route integrity module next!
đź’ˇ Expected Result
You know everything about routes. (Just kidding… maybe?)
đź‘€ Does someting need fixing?
If any story needs to be updated: please, please, PLEASE submit a PR. Amelia will be eternally grateful.
👩‍💻 How to submit a PR
- Clone this repo.
- Search for the phrase you want to edit. (I suggest using
grep
in the terminal and not using github’s search.) - Make the fix.
- Submit a PR!