简体   繁体   English

还有哪些其他通用的HTTP客户端可用?

[英]What are some other generic http clients available?

In addition to jakarta commons http client , what are some other generic http clients? 除了jakarta commons http客户端之外 ,还有哪些其他通用的http客户端? Can you point to what were your learnings experiences with it? 您能否指出您的学习经历?

LWP is the standard HTTP library for Perl. LWP是Perl的标准HTTP库。 I haven't used it very much, but I do use its companion command-line utilities ( GET , POST , etc.) a bit, and they have a useful set of functionality. 我并没有使用太多,但是我确实使用了它的配套命令行实用程序( GETPOST等),它们具有一组有用的功能。

cURL (aka libcurl). cURL (又名libcurl)。 libcurl has bindings for about 40 different programming languages. libcurl具有约40种不同编程语言的绑定。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM