httpSocket 2.0

  httpSocket provides a simple, effective, and easy way to use the http protocol through Realbasic. For example, with httpsocket, fetching the RB Purchase Page would be as simple as typing

  httpSocket.GetFile "www.realsoftware.com/purchase.html"

  It also makes it easy to download files, and get info on the transfer, such as the amount transfered, the percent transfered, and the speed of the transfer.

  When a transfer is completed, httpSocket gives the data it has retrieved in extremely useful formats. If you told it to download the file, it will give you a folderitem of the destination. If you told it to get the file, it will return the contents of the file. And, best of all, if the file it retrieved was a picture, httpSocket gives it to you in a picture object!

  And if that weren't enough, it goes the extra mile by including support for proxies and referers. You can also use simple methods to set the name of your client in HTTP/1.1 format, get relative URLs (such as ../../../mypage.html). You can even post forms using both GET and POST.

  And hey, if you're interested in password protected sites, look no further! httpSocket now supports authentication. And now it supports resumable downloads too!

  So, what are you waiting for? Get httpSocket now!
httpSocket.sit.hqx 63.0K

  You can also get in from the Realbasic café, in the reusable classes section.


Back to the main page.