This is a discussion on Need Linux Equavalent to windows winHttp within the Operating Systems forums, part of the Computer Hardware/Software and Networking category; Hello all I need to work with http manager in linux which is to be equavalent to WinHTTP in windows. ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hello all I need to work with http manager in linux which is to be equavalent to WinHTTP in windows. I am looking for the library that provides the APIs for http manager in linux Please let me know if any such http library available and let me know if any more information required. Thanks
__________________ A.Rajesh Khanna |
| Sponsored Links |
| |||
| I think, suresh is talking about About WinHTTP (Windows) |
| |||
| Quote:
About WinHTTP (Windows) Microsoft Windows HTTP Services (WinHTTP) provides developers with an HTTP client application programming interface (API) to send requests through the HTTP protocol to other HTTP servers. WinHTTP supports desktop client applications, Windows services, and Windows server-based applications. I hope Apache is a web server application and not suitable for my requirement. Please let me know if any more ideas.
__________________ A.Rajesh Khanna |
| |||
| Quote:
a) curl cURL and libcurl wget can as well. b) wget GNU Wget And so can lftp. c) lftp LFTP - sophisticated file transfer program I have had to do this long long ago and I found curl to be quite useful. You can even store and send the auth cookie in the header thereby simulating a user's logged in session. Look for curl's '-H', '-A' and '-b' switches. Quote:
curl is very powerful and you can write any application that uses HTTP, FTP and several other protocols. It also lends to easy scriptability. Whereas tools like wget and lftp are geared towards end user. Best of luck! ![]() |
| |||
| Quote:
protocol.and are end user commands. Please let me know the if my understanding is wrong. The WinHTTP APIs in windows are given below. WinHttpOpen WinHttpOpen WinHttpConnect WinHttpOpenRequest WinHttpSendRequest WinHTTP Functions (Windows) I need corresponding APIs in Linux to develop my application. I have also looked into 'wget source code' and found that the http requests are done with socket calls and ultimately read/write the data stream from/to fd. Is this the only method to work out ? if so, i have to develop my own APIs and then work application Or else please let me know if any APIs readily available. Thanks
__________________ A.Rajesh Khanna |
| |||
| Quote:
all its HTTP connections. Its pretty easy to use if you spend some time with the documentation.
__________________ J Suresh Kumar Google Hacks ![]() |
| |||
| Quote:
Its Apache - HTTPClient for Java. Its the WinHTTP for the Java World. Apache has a whole bunch of software available under its umbrella and it is not restricted to Apache webserver, which is the main product of the group. Thank you |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to get IE for linux? | shaalini | Operating Systems | 4 | 03-28-2008 10:42 PM |
| Network Security in Windows XP Professional and Windows 2000 | arjkhanna | Networking & Internet Connectivity | 12 | 02-15-2008 08:58 AM |
| Windows Silver Light Support Linux? | prasannavigneshr | Technology BUZZzzzzz | 18 | 08-06-2007 10:14 AM |
| problem with migrating web server windows 2000 to windows 2003 | kingmaker | ASP and ASP.NET Programming | 1 | 07-20-2007 04:39 AM |
| Linux anyone? | drecko | The Lounge | 8 | 03-08-2007 08:00 PM |