Accessing 'system' header fields implicitly added by HttpClient

2021-05-20 Thread Moataz Abdelnasser
Hi! I've recently released an HTTP cache (https://mizosoft.github.io/methanol/caching) that operates as part of an interceptor chain built atop a standard HttpClient. Currently, the cache can store only one response per request. However, request headers can specify multiple response variants if no

Re: 8235761: (httpclient) Investigate support for multipart/form-data in BodyPublishers

2020-05-11 Thread Moataz Abdelnasser
Email was unintentionally sent in HTML, causing it to be scrubbed. This is plain text form: Hi all! I tackled with the multipart issue in a library I wrote that provides extensions to the HTTP client including multipart support (please see https://github.com/mizosoft/methanol). I was wondering if

8235761: (httpclient) Investigate support for multipart/form-data in BodyPublishers

2020-05-11 Thread Moataz Abdelnasser
Hi all! I tackled with the multipart issue in a library I wrote that provides extensions to the HTTP client including multipart support (please see https://github.com/mizosoft/methanol).I was wondering if I could provide a patch for this issue in the light of  MultipartBodyPublisher.java to be incl