Add tests for GetHTTPRequestHeader function
Introduces a new test file request_test.go
with comprehensive test cases for the GetHTTPRequestHeader
function. These tests cover various scenarios including single and multiple header values, as well as non-existent headers.
Signed-off-by: Christian Roessner c@roessner.co