HttpRequest.setAttribute

Sets a user-defined attribute.

@param key the key of the attribute @param value the value of the attribute @return The old value of the attribute. <tt>null</tt> if it is new.

class HttpRequest
Object
setAttribute
(
string key
,
Object value
)

Meta