Web Programming in Go: HTML Forms & ResponseWriter in Go

placeholder

POST requests are typically served up as HTML forms. In the Go programming language you can handle forms using a number of functions. In this course you will learn how to work with HTML forms and how to use ResponseWriter. First youll explore the concept of HTML forms and how HTTP POST requests are handled. Then youll examine the Go ResponseWriter package and how to work with it. Finally youll learn about response headers in Go and how to with JSON output.