Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

Add asynchronous request to curl #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CharlieBrownCharacter
Copy link
Contributor

  • added CURLOPT_HEADER and CURLOPT_RETURNTRANSFER to false
    • CURLOPT_HEADER set to false tells that we do not care about the headers sent back by the server
    • CURLOPT_RETURNTRANSFER set to false tells that we do not care about the response body from the server

- added `CURLOPT_HEADER` and `CURLOPT_RETURNTRANSFER` to false
	- CURLOPT_HEADER set to false tells that we do not care about the headers sent back by the server
	- CURLOPT_RETURNTRANSFER set to false tells that we do not care about the response body from the server
@CharlieBrownCharacter
Copy link
Contributor Author

Leaving this for later.

Need to investigate further if CURLOPT_RETURNTRANSFER will print the response to stderr

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant