Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
WebMessage
Last updated at 11:43 pm UTC on 2 January 2018
A common base class for WebRequest and WebResponse.

 Object subclass: #WebMessage
 	instanceVariableNames: 'stream protocol headers content'
 	classVariableNames: 'StatusCodes'
 	poolDictionaries: ''
 	category: 'WebClient-Core'