This commit is contained in:
lzh
2025-07-04 17:01:34 +08:00
parent f1b27e85f4
commit efcf8d9ca6
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
package constants
const (
BIND_NONE = 0
BIND_OPTION_HEADER = 1 << iota
BIND_OPTION_BODY
BIND_OPTION_QUERY
)