ZnResponse.extension.st 216 B

1234567
  1. Extension { #name : #ZnResponse }
  2. { #category : #'*Znock' }
  3. ZnResponse >> customizeFrom: otherZnResponse [
  4. self statusLine: otherZnResponse statusLine.
  5. self entity ifNil: [ self entity: otherZnResponse entity ]
  6. ]