[#1939] removed redundant COALESCE normalizations

This commit is contained in:
Gani Georgiev
2023-03-23 19:30:35 +02:00
parent 5cbdbf6c10
commit 67ecebe935
9 changed files with 81 additions and 44 deletions

View File

@@ -33,7 +33,7 @@ func RequestData(c echo.Context) *models.RequestData {
Method: c.Request().Method,
Query: map[string]any{},
Data: map[string]any{},
Headers: map[string]string{},
Headers: map[string]any{},
}
// extract the first value of all headers and normalizes the keys