- Go Web Development Cookbook
- Arpit Aggarwal
- 58字
- 2021-08-27 19:01:20
Working with Sessions, Error Handling, and Caching in Go
In this chapter, we will cover the following recipes:
- Creating your first HTTP session
- Managing your HTTP session using Redis
- Creating your first HTTP cookie
- Implementing caching in Go
- Implementing HTTP error handling in Go
- Implementing login and logout in a web application