response property

Response get response

The response object that represents the HTTP response to the client, which should be used to the {@linkcode RequestEvent} .respondWith() for the upgrade to be successful.

Implementation

_i5.Response get response => _i3.getProperty(
      this,
      'response',
    );
set response (Response value)

Implementation

set response(_i5.Response value) {
  _i3.setProperty(
    this,
    'response',
    value,
  );
}