"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' ]