Redone the request View to work with the new model.
Also added a TODO to fix editing your Request message.
/** @constructor */function Foo() { var bar = 1; bar = 2; // redefining a private this.baz = 1; baz = 2; // global /** a private */ var blap = { /** in here */ tada: 1 }}