I'd like to extend com.amazonaws.http.HttpClient to add support for the Product Advertising API. The Product Advertising API returns a non-standard http error response code (200) when there is something wrong with the request.
Hey Nick, we haven't intended for developers to use the HttpClient class directly, and it'll likely be changing and get refactored in the near future to support new SDK features.
We'll record your vote that you'd like the HttpClient class' interface to be hardened so that developers could use it directly though.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't need it to be hardened as much as add support for non-standard http error status response code (i.e. http status code is 200 with an Request/Errors/Error xml element).
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey Nick, we haven't intended for developers to use the HttpClient class directly, and it'll likely be changing and get refactored in the near future to support new SDK features.
We'll record your vote that you'd like the HttpClient class' interface to be hardened so that developers could use it directly though.
Jason,
I don't need it to be hardened as much as add support for non-standard http error status response code (i.e. http status code is 200 with an Request/Errors/Error xml element).
Thanks