Documentation
¶
Index ¶
- func MiddlewareAfterOperationSuccess(c *fiber.Ctx) bool
- func MiddlewareBeforeOperation(c *fiber.Ctx) bool
- func MiddlewareOnError(c *fiber.Ctx, err error) bool
- func MiddlewareOnError2(c *fiber.Ctx, err error) bool
- func MiddlewareOnOutputValidationError(c *fiber.Ctx, err error) bool
- func MiddlewareOnValidationError(c *fiber.Ctx, err error) bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MiddlewareAfterOperationSuccess ¶
func MiddlewareAfterOperationSuccess(c *fiber.Ctx) bool
MiddlewareAfterOperationSuccess sets a header and optionally aborts after a successful operation.
func MiddlewareBeforeOperation ¶
func MiddlewareBeforeOperation(c *fiber.Ctx) bool
MiddlewareBeforeOperation sets a header and optionally aborts the operation based on a request header.
func MiddlewareOnError ¶
MiddlewareOnError sets a header and optionally aborts on error.
func MiddlewareOnError2 ¶
MiddlewareOnError2 sets a header for error handling without aborting.
func MiddlewareOnOutputValidationError ¶ added in v1.3.0
func MiddlewareOnValidationError ¶ added in v1.3.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.