Replies: 1 comment 2 replies
-
One thing that comes to mind is there's the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! First of all, love the library, keep up the great work!
Is there a way to retrieve complete information of the request that is actually sent rather than just the parts specified by the user?
Mainly I'm thinking of headers such as
accept
,host
andcontent-length
that are automatically added to perform the request. When calling.headers()
on aRequest
I seem to only get the headers that I have specified.Appreciate any assistance/suggestions.
Beta Was this translation helpful? Give feedback.
All reactions