handler

package
v6.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 14, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package handler implement some extra handler to the webfmwk. Handler provides a convenient mechanism for filtering HTTP requests entering the application. It returns a new handler which may perform various operations and should finish by calling the next HTTP handler. Middleware function signature is `func(next webfmwk.HandlerFunc) webfmwk.HandlerFunc` an webfmwk.HandlerFunc is `func(c webfmwk.IContext)`

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL