Hi,
Looking at this again, and I'm actually a little confused as to how I
can manipulate the HTTP headers from here. Should I just update teh
MultivaluedMap<String, String> httpHeaders? If so, I assume that the
runtime will actually write out the contents of httpHeaders upon the
first call to entityStream.writeTo()?
Maarten
On 2015-02-24 20:29, Marek Potociar wrote:
> Yes, but ONLY BEFORE you write first few bytes into the output stream.
>
> Marek
>
>> On 22 Feb 2015, at 13:20, Maarten Boekhold <boekhold_at_gmx.com> wrote:
>>
>> Hi,
>>
>> As per the subject: is this allowed/possible?
>>
>> Maarten