对于HTTP POST良好轻量级库/ GET对于C? [英] Good lightweight library for HTTP POST/GET for C?

查看:211
本文介绍了对于HTTP POST良好轻量级库/ GET对于C?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我打算创建Windows中的音乐播放器Last.FM Scrobbler技术插件。 Last.FM提交API对HTTP / 1.1 GET和POST 继电器。

I'm planning of creating a Last.FM scrobbler plugin for a music player in Windows. Last.FM submissions API relays on HTTP/1.1 GET and POST.

我从来没有做过互联网面向对象编程和我还有了解HTTP协议,但我想开始使用它发送和得到一些摆弄数据。我看在Winsock接口,但我不知道它是否会更好地使用任何容易的事情。

I've never done Internet oriented programming and I've still to know about the HTTP protocol but I'd like to start playing around with it sending and getting some data. I've looked at the Winsock interface but I don't know if it would be better to use any easier thing.

难道你们有谁知道我能做到这一点?我能有什么用?

Do anyone of you know how could I do it? What could I use?

如果是这样,你能指出我的教程吗?

If so, could you point me to a tutorial too?

如果这是这将是很好,我可以静态链接到它的图书馆,我会希望只提供插件的DLL。

If it's a library it would be good that I can link statically to it, I would want to supply only the DLL of the plugin.

推荐答案

Windows自带的 WINHTTP ,它不支持GET和POST。

Windows comes with WinHttp, which does support GET and POST.

这篇关于对于HTTP POST良好轻量级库/ GET对于C?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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