HTTPFetcher Object

Description

This object will send a http request to a server and return the response.

UrlMonFetcher can also be used to retrieve HTTP requests.

Methods

Fetch

FetchBinary

Example

Set hf = CreateObject("Toolsack.HTTPFetcher")
t = hf.Fetch("www.toolsack.com", "/")
Set b = hf.FetchBinary("www.toolsack.com", "/global/toolsacklogo.gif")
 
MsgBox "The Toolsack homepage looks like this : " & vbCrLf & t
MsgBox "The toolsacklogo.gif picture is " & b.Size & " bytes long"
 

Samples

Articles



We always want to hear your feedback. Send to feedback@toolsack.com.
© 2000-2001 Toolsack Software Ltd.