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 you ll explore the concept of HTML forms and how HTTP POST requests are handled. Then you ll examine the Go ResponseWriter package and how to work with it. Finally you ll learn about response headers in Go and how to with JSON output.