Square's Retrofit response parsing logic: streaming?
问题 Could you please explain Square's Retrofit response parsing logic. I'm interested in case when we should receive & parse a big json (>100Kb) - will Retrofit wait while all content will be received from server and only than parse it, or it will start to parse it immediately while getting stream data? My goal is to speedup response processing. Are there any options about it available to configure? 回答1: As soon as the HTTP client parses the headers, the InputStream will be handed back to