BasicHTTP is a REALbasic class implementing the HTTP protocol. HTTP is the protocol used on the web. I've written this class because I feel the existing class, Dan Vanderkam's wonderful httpSocket, has become outdated. BasicHTTP duplicates virtually all of httpSocket's functionality, adds some new features, and is considerably easier to use. What's New: Fixed compatibility issues with REALBasic 5. |