curl
Here are 1,178 public repositories matching this topic...
Description
Sending empty files in a multipart POST form is a proper use case due to web browsers supporting it.
I worked on a API layer using guzzle that had to work with an existing legacy codebase and trigger some actions (a proxy of some sort). There was a case where files had to be sent with empty content and would not work if you would omit them.
Example
_Currently no implem
Hi, I've found the following cheatsheet :
In the README you explain that there must be an edit button in the page and a github button to access the sheet but as you can see it doesn't appear here.
Thx ;)
Documentation does not cover how to specify city names consisting of multiple words (Los Angeles, Hong Kong, etc). Should it be wttr.in/LosAngeles, or wttr.in/Los_Angeles, or wttr.in/Los+Angeles, or something else? This would be a useful thing to add to the Readme.
The fsockopen.after_request and curl.after_request hooks don't receive an $info parameter when a non-blocking request is sent.
This means the hook signature differs depending on whether the request is blocking or not, and conflicts with the hook docs.
Possible solution: Pass an empty array as the $info parameter for thes
-
Updated
Mar 4, 2020 - PHP
Right now query in the nodejs api is just a string. we should support gql-parsed strings too, so that if they are exported elsewhere, it can be used directly.
import gql from 'graphql-tag';
export const GRAPHQL_QUERY=gql`
query {
something {
anotherthing
}
}
`;-
Updated
Mar 4, 2020 - Rust
-
Updated
Mar 4, 2020
-
Updated
Feb 26, 2020 - JavaScript
I am not sure, whether I am too stupid for this or the documentation is insufficient, but I fail to handle .httr-oauth files properly. Thus, I am opening a documentation issue.
Background: I have a client using httr logins to send emails via gmailR (thanks for your work!). In general, it works just fine, but whenever he changes the password of his gmail account, he needs to update ``.ht
-
Updated
Mar 3, 2020 - Perl
-
Updated
Mar 1, 2020 - Go
README on Promise
The readme on Promise part is not proper. Actually, the project uses any-promise while not register bluebird. So people should be told to register their promise, otherwise the native promise would be used.
-
Updated
Feb 26, 2020 - PHP
-
Updated
Feb 16, 2020 - Swift
-
Updated
Mar 4, 2020 - Python
-
Updated
Feb 23, 2020 - PHP
-
Updated
Mar 4, 2020 - C++
-
Updated
Mar 2, 2020 - Python
-
Updated
Mar 3, 2020 - PHP
Improve this page
Add a description, image, and links to the curl topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the curl topic, visit your repo's landing page and select "manage topics."



In
=syntax,")\)are escaped in
json.dumps:$ http -v httpbin.org/post \ dquote='\"' \ multi-line='line 1\nline 2'