On Mar 30, 2012, at 5:41 PM, Sergey Beryozkin wrote:
> If we were to have a separate ClientResponse not related to Response:
>
> I think some utility conversion support might be needed but as I said in the other email this might rarely be needed. Consider it be some kind of the bridge support between the Response and ClientResponse which may optionally be exercized in very few cases, technically most of 400+ error responses are supposed to contain empty bodies
Ok, so in case you completely decouple the Response and ClientResponse, what are you then going to do about Response.Status and Response.StatusType? Duplicate? Keep? Just use int codes in the ClientResponse? Will you also provide a duplicate response builder for the client response?
Lot's of new code and classes...
Marek