-
Is there any http library, like pythons 'requests'?
I know it's an unfinished language, just wondering whether anything like that exists, didn't find mentions of such thing in the source code.
-
```
What steps will reproduce the problem?
1. Using Ubuntu 10.04 by default libcurl3 is installed :
xxx@linuxlap:~/Downloads/clamz-0.4$ aptitude search libcurl
v libcurl-dev …
-
i get this error on startup while `require 'typhoeus'`:
```bash
/.../vendor/bundle/ruby/2.6.0/gems/ffi-1.11.1/lib/ffi/library.rb:275:in `attach': unhandled exception
from /.../vendor/bund…
-
The [progress callback](https://curl.haxx.se/libcurl/c/CURLOPT_XFERINFOFUNCTION.html) is supposed to indicate success by returning the special values `CURL_PROGRESSFUNC_CONTINUE`. However, this is is …
-
Currently I have only been able to test Bearer auth..
Obviously testing this would more or less be testing the `libcurl` bindings, which I'm quite confident in. But nonetheless there is always the …
-
```
stephan@ubuntu-vm:~/git/ZEROMQ$ git clone git@github.com:zeromq/czmq/
stephan@ubuntu-vm:~/git/ZEROMQ$ cd czmq/bindings/jni
stephan@ubuntu-vm:~/git/ZEROMQ$ ./ci_build.sh
```
ends with
```
..…
-
Hi,
I am working on an application /w the tsduck python-bindings to transmuxing http-streams into multicast.
There are some 'cookies'-files created in the /tmp directory.
- Is there a way to g…
-
When building "js-moonwarriors" on Ubuntu 14.04, with "cocos compile -p android", with Android ndk-r10c, get this output when Make fails:
> /opt/android-ndk/toolchains/arm-linux-androideabi-4.8/prebu…
-
**newsboat 2.21.0 **:
Config file (copy from ~/.newsboat/config or ~/.config/newsboat/config):
```
browser "firefox %u"
max-items 300
error-log "~/.newsboat/error.log"
```
Steps to reprod…
-
[STTP](https://github.com/softwaremill/sttp) Support Scala-Native via Curl. Requests-Scala should be able to support it via the same approach. We just need it to be wired into the Requests-Scala codeb…