Created
December 21, 2022 06:49
-
-
Save liang799/1d402ec8ebcb615d56d051e23434e2a6 to your computer and use it in GitHub Desktop.
Retrofit headers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
val res = repository.doApiCall() | |
val specificHeader = res.headers()["Header name here"]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment