// Place import statement at the top of your VCL file
// This loads vmod from a standard location
import httpstats;
// Or load vmod from a specific file
import httpstats from "path/to/libhttpstats.so";Create a new stats instance for tracking HTTP response codes
Record a backend response by status code
Record a frontend response by status code
Get the count of backend 2xx responses
Get the count of backend 3xx responses
Get the count of backend 4xx responses
Get the count of backend 5xx responses
Get the count of frontend 2xx responses
Get the count of frontend 3xx responses
Get the count of frontend 4xx responses
Get the count of frontend 5xx responses