In unit 3 you learned how to create an HTTP server that consumes GET
requests. In this unit, you’ll discover how to implement an HTTP server with POST
requests to play the game “Paper, Rock, Scissors, Lizard, Spock!” In particular, we will discuss the following subjects: