Documentation
¶
Index ¶
- func GetBool(parameterName string, ctx *fasthttp.RequestCtx) (result bool, ok bool)
- func GetFloat64(parameterName string, ctx *fasthttp.RequestCtx) (result float64, ok bool)
- func GetInt64(parameterName string, ctx *fasthttp.RequestCtx) (result int64, ok bool)
- func GetString(parameterName string, ctx *fasthttp.RequestCtx) (result string, ok bool)
- func ValidateRequestSchema(ctx *fasthttp.RequestCtx, schema string) bool
- type ParsedURL
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetBool ¶
func GetBool(parameterName string, ctx *fasthttp.RequestCtx) (result bool, ok bool)
GetBool todo
func GetFloat64 ¶
func GetFloat64(parameterName string, ctx *fasthttp.RequestCtx) (result float64, ok bool)
GetFloat64 todo
func GetInt64 ¶
func GetInt64(parameterName string, ctx *fasthttp.RequestCtx) (result int64, ok bool)
GetInt64 todo
func GetString ¶
func GetString(parameterName string, ctx *fasthttp.RequestCtx) (result string, ok bool)
GetString todo
func ValidateRequestSchema ¶ added in v0.2.0
func ValidateRequestSchema(ctx *fasthttp.RequestCtx, schema string) bool
ValidateRequestSchema checks a conext post body for validity to a given json schema
Types ¶
Click to show internal directories.
Click to hide internal directories.