//
pkg.gl
Category
github.com/chenmingyong0423/ginx
middlewares
id
package
0.1.2
Repository:
https://github.com/chenmingyong0423/ginx.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
17 SLOC
#
Functions
RequestId
RequestId 用于为每个请求设置唯一的 ID。 如果请求头中不存在 ID,则会生成一个新的 UUID 作为 ID。 该 ID 会被设置到请求和响应的头部,同时也保存在 Gin 的上下文中,供后续处理使用。.