Porting HTTP APIs from Windows to QNX.

I am porting a program from windows 2000 to QNX6. It uses some of Microsoft’s internet SDK command to generate some of its work. I am looking a API from QNX to work on the HTTP level. So far I only found some TCP API calls as well as SNMP API calls. Is there anything in QNX that works directly on the HTTP or HTTPs level?

Nope - check out libcurl tho - it may be ported on the 3rd party cd, if not, it is a trivial port. It gives you some URL related functionality.

Rick…

I just read cURL and it is based on openSSL. I am wondering if there is any library currently done under c++?