Documentation
¶
Index ¶
- func CheckFields(mapstring map[string]string, reqfields []string) (bool, error)
- func CheckFieldsAny(mapstring map[string]any, reqfields []string) (bool, error)
- func CheckHoneypot(mapstring map[string]string, honeypot string) bool
- func CheckTurnstile(mapstring map[string]string, secret string, remoteip string) (bool, error)
- func GetUUID() string
- func Last10(val string) string
- func LowerKeys(keyVal map[string]string) map[string]string
- func ParseBody(body []byte) map[string]string
- func ParseBodyErr(body []byte) (map[string]string, error)
- func ParseBodyErrAny(body []byte) (map[string]any, error)
- func ParseBodyFields(r *http.Request, reqfields []string) (map[string]string, error)
- func ParseBodyFieldsAny(r *http.Request, reqfields []string) (map[string]any, error)
- func PgParseForm(r *http.Request) (map[string]string, error)
- func PgParseFormFields(r *http.Request, reqfields []string) (map[string]string, error)
- type SendTurnstile
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckFieldsAny ¶
func CheckTurnstile ¶
func ParseBodyFields ¶
func ParseBodyFieldsAny ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.