C ??中的HTTP连接库 [英] HTTP connection library in C ??

查看:79
本文介绍了C ??中的HTTP连接库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好..

我想知道C中的HTTP连接库..是否有任何

库可以为我的应用程序和
读取服务器返回的文件?我不想使用socket作为

这是耗时的...

在java中我可以通过java.net.URL类来做到这一点,有没有这样的
C中的
设施,即使它有一些外部库而不是标准的

库...

感谢收听,我会期待等待/>
dipen

hello all ..
I wish to know about HTTP connection library in C .. Is there any
library which can establish HTTP connections for my application and
read the file returned from the server ? I dont wanna use sockets as
it is time consuming ...
In java I can do that by java.net.URL class, Is there any such
facility in C even if its some external library and not a standard
library ...
Thanks for listening , I will be waiting in anticipation
dipen

推荐答案

6月24日上午8:37,dipen chaudhary< dipe ... @ gmail.comwrote:
On Jun 24, 8:37 am, dipen chaudhary <dipe...@gmail.comwrote:

hello all ..

我想知道C中的HTTP连接库..有没有

库可以为我的应用程序建立HTTP连接,并且
读取从服务器返回的文件?我不想使用socket作为

这是耗时的...

在java中我可以通过java.net.URL类来做到这一点,有没有这样的
C中的
设施,即使它有一些外部库而不是标准的

库...

感谢收听,我会期待等待/>
dipen
hello all ..
I wish to know about HTTP connection library in C .. Is there any
library which can establish HTTP connections for my application and
read the file returned from the server ? I dont wanna use sockets as
it is time consuming ...
In java I can do that by java.net.URL class, Is there any such
facility in C even if its some external library and not a standard
library ...
Thanks for listening , I will be waiting in anticipation
dipen



C中没有标准库。您将在新闻组中询问您正在使用的编译器/平台。

-Sharath


comp.lang.c常见问题解答: http://c-faq.com

Orkut C常见问题解答: http://prokutfaq.byethost15.com/CFAQ

There are no standard libraries in C for that. You will have
to ask in the newsgroup meant for the compiler/platform you''re using.
-Sharath

comp.lang.c FAQs: http://c-faq.com
Orkut C FAQs: http://prokutfaq.byethost15.com/CFAQ


6月24日上午8:37,dipen chaudhary< dipe ... @ gmail.comwrote:
On Jun 24, 8:37 am, dipen chaudhary <dipe...@gmail.comwrote:

你好所有..

我想知道C中的HTTP连接库..是否有任何

库可以建立HTTP连接我的申请和

读取服务器返回的文件?我不想使用socket作为

这是耗时的...

在java中我可以通过java.net.URL类来做到这一点,有没有这样的
C中的
设施,即使它有一些外部库而不是标准的

库...

感谢收听,我会期待等待/>
dipen
hello all ..
I wish to know about HTTP connection library in C .. Is there any
library which can establish HTTP connections for my application and
read the file returned from the server ? I dont wanna use sockets as
it is time consuming ...
In java I can do that by java.net.URL class, Is there any such
facility in C even if its some external library and not a standard
library ...
Thanks for listening , I will be waiting in anticipation
dipen



我在谷歌代码搜索中找到了libwww ..但我认为它非常广泛用于

我的使用。任何定制都可能吗?我不需要所有的mysql支持:(

I found libwww on google code search .. But I think Its very broad for
my use .. Any customization possible ? I dont need all mysql support :(


dipen chaudhary写道:
dipen chaudhary wrote:

你好。 。

我想知道C中的HTTP连接库..是否有任何

库可以为我的应用程序建立HTTP连接和

读取从服务器返回的文件?我不想使用套接字

这是耗时的...
hello all ..
I wish to know about HTTP connection library in C .. Is there any
library which can establish HTTP connections for my application and
read the file returned from the server ? I dont wanna use sockets as
it is time consuming ...



虽然OT在这里,所有你需要的是一个超过套接字的薄层来做你想要做的事情。一个很好的学习练习。

While OT here, all you require is a thin layer over sockets to do what
you want to do. A good learning exercise.


在java中我可以做通过java.net.URL类,在C中是否有任何这样的

工具,即使它有一些外部库而不是标准的

库...
In java I can do that by java.net.URL class, Is there any such
facility in C even if its some external library and not a standard
library ...



您必须在团队中询问您的平台。


-

Ian Collins 。

You''d have to ask in a group for you platform.

--
Ian Collins.


这篇关于C ??中的HTTP连接库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆