import * as cav from "https://deno.land/x/cav@0.2.3/context.ts";
Functions
Hook for getting routing metadata from a Request. If there isn't already a
Context associated with the Request, a new one will be generated. The same
Context object is returned on every subsequent call to |
Interfaces
Metadata object for caching and tracking information about how a Request has been routed so far in the handling process. |
Type Aliases
Record representing path parameters captured during routing. | |
Record representing query string parameters. |