-
**Are you requesting support for a new curl flag? If so, what is the flag and the equivalent Go code?**
```bash
curl --user "{PUBLIC-KEY}:{PRIVATE-KEY}" --digest \
--header "Accept: applicatio…
-
Currently, we configure curl's CA cert location at compile time to refer to some system-wide location. When we have defined local storage for runtime resources, we should configure curl at runtime to…
-
``` sh
http HTTP://API.SHOUTCLOUD.IO/V1/SHOUT input='hello world'
```
![image](https://cloud.githubusercontent.com/assets/6201068/7070344/0b6f2a36-dee7-11e4-9b66-7fbc0cbc8338.png)
As a negative side…
-
```
This is not an issue, but it would really be helpful if there is a way to
perform the same page curl as an animation to start activity. Pls help.
```
Original issue reported on code.google.com…
-
```
This is not an issue, but it would really be helpful if there is a way to
perform the same page curl as an animation to start activity. Pls help.
```
Original issue reported on code.google.com…
-
$get_url = "neo4j_sync/actions.php/coursecluster_includes_course/";
$res = $this->curl->simple_get($get_url, false, array(
CURLOPT_USERAGENT => true,
CURLOP…
-
```
This is not an issue, but it would really be helpful if there is a way to
perform the same page curl as an animation to start activity. Pls help.
```
Original issue reported on code.google.com…
-
The multirust install failed for me with:
```
==> default: /tmp/vagrant-shell: line 7: curl: command not found
==> default: /tmp/vagrant-shell: line 8: multirust: command not found
```
Maybe explici…
mrkev updated
7 years ago
-
see line 41 [curl.py](https://github.com/snoplus/snoing/blob/cbd9f3bcf8c6677254eaf7918c7b54ab3e3d5f38/packages/curl.py)
"self.get_install_path()" should be "self._system.get_install_path()"
als…
-
### Is your feature request related to a problem?
I'm using car for CalDAV client. CalDAV as a WebDAV variation uses different set of HTTP verbs such as:
- PROPFIND
- PROPPATCH
- MKCOL
- COPY
- …