Feat: Improve HTTP Headers serializer json log #172 (#173)

* Changed Event struct, field headers from string to map[string][]string

* Add integration test for http Headers
This commit is contained in:
Mario Candela
2025-03-01 12:31:34 +01:00
committed by GitHub
parent f658a26b32
commit 1f59685530
3 changed files with 5 additions and 14 deletions

View File

@ -27,7 +27,7 @@ type Event struct {
User string
Password string
Client string
Headers string
Headers map[string][]string
Cookies string
UserAgent string
HostHTTPRequest string