curl-rust
curl-rust copied to clipboard
Rust bindings to libcurl
Same issue as https://github.com/alexcrichton/libz-sys/issues/49. It looks like you already call pkg_config twice, so would it be alright to not print system libs on the second invocation that emits cargo metadata?
https://github.com/alexcrichton/curl-rust/blob/e5aecacd4f17cb56f37d0c6bf5af55829f90605f/curl-sys/build.rs#L366 When probing with pkg_config (and maybe with vcpkg) no `cargo:rerun-if-env-changed=` is printed. This means that if you have any mistake around the environment variabiles (`PKGCONFIG` instead of `PKG_CONFIG` for...
We have not fully identified what the cause it but it would appear that if a curl easy handle is put to TLS on windows, it can cause hangs on...
I was attempting to debug why https://github.com/rust-lang/crates.io/blob/120f8008fb08c21fc6cd239c1100692a0ff487e6/src/tests/record.rs#L310-L370 was returning "Problem's parsing json". Changing the URL to `http` and then inspecting the traffic w/ wireshark, it looks like the request body...
### Problem description The below code creates one easy handle per endpoint and adds it to a multi handle to be performed asynchronously. The endpoints vector contains a list of...
Hi guys, Running into a error response which i can not explain. I'm using the curl library to send a POST towards an API. It works on my ubuntu server...
Support for this libcurl option
Hello, I often use `curl -T file` in `bash` to upload file, how should this be done in `rust-curl`? Hope your reply, thanks!
Equivalent of https://github.com/alexcrichton/ssh2-rs/issues/328 ``` cargo:warning=curl/lib/vtls/openssl.c:103:10: fatal error: 'openssl/engine.h' file not found cargo:warning= 103 | #include cargo:warning= | ^~~~~~~~~~~~~~~~~~ cargo:warning=1 warning and 1 error generated. ``` --- Curl likewise can opt-out:...