FIXED:
* Better request tracking through flow

ADDED:
* Cross-check detection
This commit is contained in:
brent saner
2025-12-17 19:21:07 -05:00
parent 9f97fcaf81
commit 1a4549ea72
7 changed files with 73 additions and 40 deletions

View File

@@ -8,6 +8,7 @@ import (
"net/url"
"os"
"github.com/google/uuid"
"github.com/mileusna/useragent"
"r00t2.io/clientinfo/args"
"r00t2.io/goutils/logging"
@@ -87,7 +88,9 @@ type Page struct {
Indent string
// DoIndent indicates if indenting was enabled.
DoIndent bool
srv *Server
// ReqUUID is a unique request ID assigned.
ReqUUID uuid.UUID
srv *Server
}
type Server struct {