eventsource
eventsource copied to clipboard
[WIP] Improve testing robustness
HTTP headers are case insensitive and so should the comparisons be. The lowercase version of the expected headers are compared with the lowercase version of the received ones.
WIP: Updated reqwest version in test to 0.8.8 (latest available on 0.8.*. It would be interesting to remove the package version from the tests and I am trying to fix this too.