HttpRequest.removeAttribute

Removes a user-defined attribute with the specified key.

@param key The key of the attribute we want to remove @return The old value of the attribute. <tt>null</tt> if not found.

class HttpRequest
Object
removeAttribute
(
string key
)

Meta