Where is TIpClientHttp documented?

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
HGAutomator
Posts: 197
Joined: Thu Jul 16, 2020 5:42 pm
DBs Used: DBF

Where is TIpClientHttp documented?

Post by HGAutomator »

Hi,

I'm looking for ways to check connectivity to several sites, with & without credentials, and to also check the sizes of a web page.

Is TIpClientHttp() the appropriate class to work with? I can't find any docs, or even the source for it.

I searched through the chm and the .c, .h, .ch, and .prg files in all c:\MiniGui folders & subfolders for 'TIpClientHttp', but it seems to be located somewhere else.

h_socket.prg makes use of the class, but I'm not clear on how to find more detailed info about the connection, other than looking at the lastErrorMessage property, (from the Tsb_exchange_rate sample).
User avatar
AUGE_OHR
Posts: 2093
Joined: Sun Aug 25, 2019 3:12 pm
DBs Used: DBF, PostgreSQL, MySQL, SQLite
Location: Hamburg, Germany

Re: Where is TIpClientHttp documented?

Post by AUGE_OHR »

hi,

i found it in harbour-master

c:\harbour\contrib\hbtip\httpcli.prg
have fun
Jimmy
HGAutomator
Posts: 197
Joined: Thu Jul 16, 2020 5:42 pm
DBs Used: DBF

Re: Where is TIpClientHttp documented?

Post by HGAutomator »

Yep, there is it. Ok, thanks.

AUGE_OHR wrote: Fri Jul 17, 2020 12:51 am hi,

i found it in harbour-master

c:\harbour\contrib\hbtip\httpcli.prg
User avatar
danielmaximiliano
Posts: 2625
Joined: Fri Apr 09, 2010 4:53 pm
Location: Argentina
Contact:

Re: Where is TIpClientHttp documented?

Post by danielmaximiliano »

*´¨)
¸.·´¸.·*´¨) ¸.·*¨)
(¸.·´. (¸.·` *
.·`. Harbour/HMG : It's magic !
(¸.·``··*

Saludos / Regards
DaNiElMaXiMiLiAnO

Whatsapp. := +54901169026142
Telegram Name := DaNiElMaXiMiLiAnO
HGAutomator
Posts: 197
Joined: Thu Jul 16, 2020 5:42 pm
DBs Used: DBF

Re: Where is TIpClientHttp documented?

Post by HGAutomator »

Cool, I didn't know vouch was still posting updates.
danielmaximiliano wrote: Fri Jul 17, 2020 6:49 pm Document here : https://vouch.info/harbour/index.html?hbtip.htm
Post Reply