v0.2.1
FIXED: * Better request tracking through flow ADDED: * Cross-check detection
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user