ok2c commented on PR #816: URL: https://github.com/apache/httpcomponents-client/pull/816#issuecomment-4321846935
@arturobernalg Could we use httpbin as a target for the example code to simplify it? `curl -X GET "https://httpbin.org/get" -H "accept: application/json"` ``` { "args": {}, "headers": { "Accept": "application/json", "Accept-Encoding": "gzip, deflate, br, zstd", "Accept-Language": "en-US,en;q=0.5", "Host": "httpbin.org", "Priority": "u=0", "Referer": "https://httpbin.org/", "Sec-Fetch-Dest": "empty", "Sec-Fetch-Mode": "cors", "Sec-Fetch-Site": "same-origin", "User-Agent": "Mozilla/5.0 (X11; Linux x86_64; rv:140.0) Gecko/20100101 Firefox/140.0", "X-Amzn-Trace-Id": "Root=1-69edec00-494d54b55f97010c2add55f6" }, "origin": "213.55.197.162", "url": "https://httpbin.org/get" } ``` Looks good otherwise. I would like to try to re-work some of the internals and the exception handling but this can be done as a follow-up change. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
