imroc / req

Simple Go HTTP client with Black Magic
https://req.cool
MIT License
4.12k stars 334 forks source link

fix: header cleanup #355

Closed ferhatelmas closed 1 month ago

ferhatelmas commented 1 month ago

replaced value should be trimmed, otherwise escape characters won't be handled correctly.

imroc commented 1 month ago

thanks