2627282930313233343536
return resource.getContentType(); } @Override public ResponseHandler apply(final MocoConfig config) { ResponseHandler handler = super.apply(config); if (handler != this) { return handler; } Resource resource = this.resource.apply(config);
3031323334353637383940
httpResponse.addHeader(name, value); } @Override public ResponseHandler apply(final MocoConfig config) { ResponseHandler handler = super.apply(config); if (handler != this) { return handler; } Resource resource = this.resource.apply(config);