[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[tinn8] 20 http

"HTTP GET google"
Application current coop: [
	((HTTP get: 'http://www.google.com') includes: #Google)
	ifFalse: [ self error: 'Google expected from google.com' ].
	self print: 'HTTP GET google - OK'
]