6
I Use This!
Inactive

News

Analyzed about 7 hours ago. based on code collected 1 day ago.
Posted 11 days ago by Julian Reschke
No, it is not. It is defined by `Content-Transfer-Encoding` and can be binary. Note that this is specific to form-data, it is not an HTTP header field (and no, you did not say this). That said, you are right. When I wrote my comments I was thinking Read more
Posted 11 days ago by Oleg Kalnichevski
Avoid adding "; charset=" for multipart/form-data requests
Posted 11 days ago by ASF subversion and git services
Commit 3b9bc89c2604c4e4ad509fb922e6c88ff101e13e in httpcomponents-client's branch refs/heads/master from Vladimir Sitnikov [ https://gitbox.apache.org/repos/asf?p=httpcomponents-client.git;h=3b9bc89c2 ] HTTPCLIENT-2325 Avoid adding "; charset=" for Read more
Posted 11 days ago by ASF GitHub Bot
ok2c commented on code in PR #556: URL: https://github.com/apache/httpcomponents-client/pull/556#discussion_r1528452045 ########## httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/MultipartEntityBuilder.java: ########## @@ -253,12 Read more
Posted 11 days ago by Julian Reschke
vladimirsitnikov It may well be used as the default charset in case one has not been explicitly set on any of the parts. That would be a bug in the recipient. The contents of form data is US-ASCII (always). Encding/escaping non-ASCII characters Read more
Posted 11 days ago by ASF GitHub Bot
michael-o commented on code in PR #556: URL: https://github.com/apache/httpcomponents-client/pull/556#discussion_r1528412914 ########## httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/MultipartEntityBuilder.java: ########## @@ Read more
Posted 11 days ago by ASF GitHub Bot
vlsi commented on code in PR #556: URL: https://github.com/apache/httpcomponents-client/pull/556#discussion_r1528370944 ########## httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/MultipartEntityBuilder.java: ########## @@ -253,12 Read more
Posted 11 days ago by ASF GitHub Bot
michael-o commented on code in PR #556: URL: https://github.com/apache/httpcomponents-client/pull/556#discussion_r1528368485 ########## httpclient5/src/main/java/org/apache/hc/client5/http/entity/mime/MultipartEntityBuilder.java: ########## @@ Read more
Posted 29 days ago by Rob
olegk version 4 does not have the benefit of cm.setConnectionConfigResolver(). Im not sure how else I could alter the connection TTL on an existing ClosableHttpClient in version 4.  Regardless... youve already stated version 4 is dead so we can Read more
Posted 29 days ago by ASF GitHub Bot
kwin commented on code in PR #553: URL: https://github.com/apache/httpcomponents-client/pull/553#discussion_r1507535974 ########## httpclient5/src/main/java/org/apache/hc/client5/http/impl/classic/HttpClientBuilder.java: ########## @@ -134,7 Read more