We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When add http.header like this:
head := http.Header{} head.Set("Accept", "*/*") head.Set("Accept-Encoding", "gzip, deflate") head.Set("Connection", "keep-alive") bow.SetHeadersJar(head)
Then method Body can only got garbled text like:
Body
�Z�SW�<�W��Af����ĔF'�[)�jz���=v��C��D1�h⃨(����H4�A�Y�g�俰���s�l�R\�}���{��BߎG��?v�+c%�ا���d�D�@2y ��;�A��a.�HqyMPtِUE(%�?�9
And many other method(like Title, Links) can't get expected results.
Title
Links
The text was updated successfully, but these errors were encountered:
Hi, I've submitted PR #104 for this. Pretty straightforward.
Sorry, something went wrong.
No branches or pull requests
When add http.header like this:
Then method
Body
can only got garbled text like:And many other method(like
Title
,Links
) can't get expected results.The text was updated successfully, but these errors were encountered: