import * as mandarinets from "https://deno.land/x/mandarinets@v2.3.2/main-core/internals/interfaces/middlewareTarget.ts";
Interfaces
Define the behavior of a user-side middleware The middleware target will be called at the time of a request. onPreRequest(...args) will be called before executing the endpoint. onPostRequest(...args) will be called after executing the endpoint. | |