Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
WebUtils
Last updated at 12:06 am UTC on 18 March 2019
WebUtils contains a number of utility methods used by WebClient/WebServer.

Methods are all on the class side, for example

 decodeUrlEncodedForm: aString
	"Decodes the fields embedded in the url ?var1=val1&var2=val2"


or

 hmacSha1: message key: signKey
	"Compute the SHA1 HMAC for the given message"