Passing Parameters in Golang HTTP Context
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.
Hao-Ming Hsu (許浩鳴)
Learn by Doing.
@minghsu0107
© 2024. All rights reserved.
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.