📄️ Middleware - Intro
Basic usage of middleware and interceptors in the GoFrame framework. GoFrame provides a flexible and powerful plugin mechanism for WebServer through an elegant middleware request control method and a classic middleware onion model. Discusses middleware definitions, types, registration methods, and execution priority to provide a comprehensive request flow control solution.
📄️ Middleware - Examples
Documentation developed with the GoFrame framework showcasing middleware and interceptor features. Demonstrates cross-origin requests, middleware authentication, error and log handling, routing management, and service method binding through examples, providing flexible web request management.
📄️ Middleware - FAQ
Common issues and solutions for modifying request parameters and request Body through middleware when using the GoFrame framework to create websites. Special attention is given to the mechanism of custom parameter overriding and precautions when modifying the request Body to ensure correct handling of HTTP request information in middleware.