Initial commit

This commit is contained in:
Chris Proctor
2024-03-04 23:17:55 -05:00
commit 3886ec483c
6 changed files with 354 additions and 0 deletions

19
.commit_template Normal file
View File

@@ -0,0 +1,19 @@
# -----------------------------------------------------------------
# Write your entire commit message above this line.
#
# The first line should be a quick description of what you changed.
# Then leave a blank line.
# Then, once during your work on this lab, answer the following:
#
# 1. Consider one Internet-enabled device or service you use regularly.
# Describe a feature of the device or service, and then hypothesize
# about the HTTP requests and responses which might be taking place
# behind the scenes to enable this feature.
# 2. Has this lab's hands-on exploration of requests and responses caused
# you to think differently about any of your tech interactions in
# your daily life?
#
# (For all other commits, just write a brief description of what you changed.)