5910 Breckenridge Pkwy Suite B, Tampa, FL. 33610
(800) 272-0707

SkillSoft Explore Course

IT Professional Curricula     Software Development Solution Area     Go     Web Programming in Go
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.

Objectives

Web Programming in Go: HTML Forms & ResponseWriter in Go

  • discover the key concepts covered in this course
  • describe the purpose and features of HTML forms in Go and how HTTP POST requests are handled
  • demonstrate form handling in Go with the Form, PostForm, and MultipartForm functions
  • describe the purpose and features of ResponseWriter in Go
  • demonstrate how to work with the ResponseWriter package in Go
  • describe the purpose and features of response headers in Go
  • demonstrate how to set response headers in Go
  • describe how JSON output can be leveraged in Go
  • demonstrate how to return JSON output in Go
  • summarize the key concepts covered in this course