Use this tag only for questions related to the multiprotocol internet transfer library, for question related to command line tool please use the specific curl tag
I need an Http request that I can use in .Net which takes under 100 ms. I'm able to achieve this …
c# .net http httpwebrequest libcurlI am using Microsoft Visual C++ 2010, and I need to make an application that does not require the libcurl dll. …
dll static libcurlI m working with libcurl. It's very good (as client) and I used to open a socket to a server …
c curl libcurlI'm currently using this C code: CURL *curl; CURLcode res; curl = curl_easy_init(); if (curl) { curl_easy_setopt(curl, …
c libcurlI am learning to use cURL and I need to run this in a console: curl -XGET localhost:9200/library/book/_…
curl libcurlHere's my Podfile content: platform :ios, ‘8.0’ use_frameworks! target 'Project-Name' do pod 'Firebase/Core' pod 'Firebase/Messaging' end Same error …
ios macos google-maps firebase libcurlI'm trying to do file uploads with ruby 1.8 and it seems like there are no good out-of-the-box solutions. They all …
ruby curl libcurl windows-xp