Wt::Http Question
Added by Daniel Sanchez about 12 years ago
Hey everyone,
Quick question regarding HTTP in Wt. Is it possible to make an HTTP request by sending a URL and downloading whatever contents as a string or whichever format I want in Wt using Wt::Http?
Thanks in advance!
Regards,
Dan
Replies (2)
RE: Wt::Http Question - Added by Wim Dumon about 12 years ago
That would be Wt::Http::Client?
BR,
Wim.
RE: Wt::Http Question - Added by Daniel Sanchez about 12 years ago
Ah perfect. I just got confused because I though client was some sort of full blown interactive UI that Wt had available.
It is possible to use the Client to download/update a file at regular timed intervals correct?
Thanks!