Skip to main content
Module

x/http_fns/logger.ts>logRequestGroup

A bunch of functions for building HTTP servers
Go to Latest
function logRequestGroup
import { logRequestGroup } from "https://deno.land/x/http_fns@v0.0.27/logger.ts";

A RequestInterceptor that logs the Requests (using console.group), can be passed a pre interceptor to intercept.

This should be paired with a logGroupEnd in the post and error chains of the same intercept function.