java-http-client
java-http-client copied to clipboard
SendGrid's Java HTTP Client for calling APIs
This latest version of sendgrid does not support apache http client 5. I saw another issue where you are trying to use JDK specific http libraries. However, its been in...
#### Issue Summary Because sendgrid/java-http-client depends on org.apache.httpcomponents/httpcore, this library is necessary under google appengine in order to stay under socket connection quotas: https://github.com/sendgrid/sendgrid-google-java But it looks like that library...
### Issue Summary While creating `Response` object the library puts all headers in `java.util.HashMap` which is case-sensitive (see: https://github.com/sendgrid/java-http-client/blob/main/src/main/java/com/sendgrid/Client.java#L163). It works fine when nothing messes up with headers. But when,...
someday we observed that the sendgrid api was taking more than 20s to complete the request, this effected our notification system very slow. it would be better if we provide...
# Fixes #147 [sendgrid-java](https://github.com/sendgrid/sendgrid-java), specifically the constructor that consumes a [`Client`](https://github.com/sendgrid/sendgrid-java/blob/main/src/main/java/com/sendgrid/SendGrid.java#L34) is currently incompatible with apache httpclient5 due to it's dependency on this repository, a simplified version of the http...