-
Notifications
You must be signed in to change notification settings - Fork 1.9k
support charset when build Reader for Response.Body #766
New issue
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
Conversation
*/ | ||
public final class Response implements Closeable { | ||
|
||
private final int status; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you revert this format changes?
runninng mvn clean install
should fix code format
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please run mvn clean install
to fix code format
* add charset to Response.Body when create Reader * format * support charset when build Reader for Response.Body * support charset when build Reader for Response.Body * support charset when build Reader for Response.Body * format header * format Response
* add charset to Response.Body when create Reader * format * support charset when build Reader for Response.Body * support charset when build Reader for Response.Body * support charset when build Reader for Response.Body * format header * format Response
As mentioned in issue#757
We need a asReader(Charset charset) method in Response.Body