Hi folks,

I just noticed that we have an interceptor ResponseDate,
but not RequestDate in HttpCore-main. While clients are
not required to send Date: headers, they are allowed to
in POST and PUT requests. (RFC 2616, 14.18)
Since the date generation and formatting logic is the
same as for the server, I suggest to add a RequestDate
interceptor in core.
Having separate classes for either side is better
since instanceof checks are used in some places.

What do you think?

cheers,
  Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to