withResponseMessage method

ISpectDioInterceptorSettingsBuilder withResponseMessage()
inherited

Enables printing of response status messages.

Implementation

B withResponseMessage() {
  printResponseMessage = true;
  return _self;
}