Ming's Site

  
Hao-Ming Hsu (許浩鳴)
Learn by Doing.
@minghsu0107

  • About
  • Categories
  • Tags

© 2023. All rights reserved.

Passing Parameters in Golang HTTP Context

Mon, Mar 1, 2021 · 1 min read
Web
Golang
Gin-Gonic
HTTP


When developing HTTP APIs, we may have to process the same request-specific data throughout middlewares. Since it’s a quite common pattern, I decide to figure it out and share how I solve it.

Read More…