July 2016
Intermediate to advanced
312 pages
9h 9m
English
This chapter covers
In the previous chapter we explored serving web applications with the built-in net/http library. You also learned about handlers, handler functions, and multiplexers. Now that you know about receiving and handing off the request to the correct set of functions, in this chapter we’ll investigate the tools that Go provides to programmers to process requests and send responses back to the client.
In chapter 1 we went through quite a bit of information about HTTP messages. If that ...
Read now
Unlock full access