You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugins could also be middlewares that modify and pass along the current request or response.
For Rust plugins I imagine the #[vlugin] macro being smart enough to detect the that the annotated function should be a middleware based on the method signature.
i.e.
#[vlugin]pubfncheck_auth(&mutRequest){ ...}
The text was updated successfully, but these errors were encountered:
Plugins could also be middlewares that modify and pass along the current request or response.
For Rust plugins I imagine the
#[vlugin]
macro being smart enough to detect the that the annotated function should be a middleware based on the method signature.i.e.
The text was updated successfully, but these errors were encountered: