Top "Libcurl" questions

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

How to get a Fast .Net Http Request

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 libcurl
using libcurl without dll

I am using Microsoft Visual C++ 2010, and I need to make an application that does not require the libcurl dll. …

dll static libcurl
How to develop http server with libcurl

I m working with libcurl. It's very good (as client) and I used to open a socket to a server …

c curl libcurl
Array 2 string conversion while using CURLOPT_POSTFIELDS

I have following code: // $postfields = array(); curl_setopt($ch, CURLOPT_POSTFIELDS, $postfields); My $postfields variable is an array of parameters. …

php arrays curl libcurl notice
PHP - curl_exec hangs

I am having a strange problem with the below php function. Unfortunately this is one of those special "Production only" …

php curl libcurl apache
Trouble with pycurl.POSTFIELDS

I'm familiar with CURL in PHP but am using it for the first time in Python with pycurl. I keep …

python django curl libcurl pycurl
cURL - put output into variable?

I'm currently using this C code: CURL *curl; CURLcode res; curl = curl_easy_init(); if (curl) { curl_easy_setopt(curl, …

c libcurl
cURL for Windows: how can I send multiple line command in a console?

I am learning to use cURL and I need to run this in a console: curl -XGET localhost:9200/library/book/_…

curl libcurl
Protocol "https" not supported or disabled in libcurl

Here'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 libcurl
Install Ruby Curb gem in windows XP

I'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