This chapter is from the book
Summary
This hour introduced you to creating HTTP servers with Go. You were introduced to how routing works with the HTTP package and understood how handler functions may be used to handle requests. You learned how to set a header on an HTTP response and then progressed to being able to respond to different types of requests. Finally, you learned how to receive data from HTTP client requests.