kittinunf / fuel

The easiest HTTP networking library for Kotlin/Android
https://fuel.gitbook.io/documentation/
MIT License
4.52k stars 427 forks source link

Implement Response Headers #908

Closed iNoles closed 1 month ago

iNoles commented 2 months ago

When I looked at Coil Alpha for the network modules, I noticed they use request and response for headers. Also, it would be useful for developers to inspect the HTTP Headers in their app too.

kittinunf commented 2 months ago

Nice! Do you think we should add some tests to cover these?

iNoles commented 1 month ago

Nice! Do you think we should add some tests to cover these?

Sure, I can do that when I get a chance to do it.