Removes a parameter from the request.
key - The key of the parameter to remove.
key
Returns the current Request instance for method chaining.
Request removeParam(String key) { _params.remove(key); return this; }