[Seaside] Better protocol conformity

Kamil Kukura kamk@volny.cz
Wed, 24 Apr 2002 23:46:13 +0200


>
>
>On Wed, 24 Apr 2002, Nevin Pratt wrote:
>
>>Yes.  That's essentially what HttpRequest does.  It implements #host,
>>which in turn is implemented as #propertyAt:, and if there is no such
>>property, does 'self header at: '.
>>
>>I'm inclined to recommend that #host be added to IARequest in a similar
>>manner, and possibly also #contentLength, #contentType, and #referer.
>>
>
>Sounds good to me.  As I said, I'd be surprised if you were directly
>dealing with IARequest very often (and if you were I might wonder if there
>were a better way of doing it).  But if you find you're using those, by
>all means add them.
>
I guess I need to manipulate with IAResponse. I need to set content-type 
to text/html with: charset="iso-8859-2". Where is the best place to do it?

-- 
Kamil