Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a method to perform POST Form Upload #163

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Conversation

edwinpjacques
Copy link
Contributor

@edwinpjacques edwinpjacques commented Nov 1, 2020

Description

Added a method to perform POST Form Upload. Resolves #69

Incorporates all review feedback.

Checklist

Not all of these might apply to your change but the more you are able to check
the easier it will be to get your contribution merged.

  • CI passes
  • Description of proposed change
  • Documentation (README, code doc blocks, etc) is updated
  • Existing issue is referenced if there is one
  • Unit tests for the proposed change

embeddedmz and others added 3 commits October 31, 2020 16:00
Added TestInvalidProxy test.
Reduced a line length to comply with CI rule.
Added a method to set SSL Key password and added some missing Doxygen headers.
Updated README, updated test proxy address, added a test to increase coverage and fixed code style.

Added a method to perform a post form upload.
Fixed code indentation to comply with Cpplint.
Added web proxy tunneling support.
this adds support for using proxies corresponding to the CURLOPT_PROXY
and CURLOPT_HTTPPROXYTUNNEL config options in libcurl.
default to 10s timeout in unit tests

Added web proxy tunneling support.

Added TestInvalidProxy test.

Reduced a line length to comply with CI rule.

Updated README, updated test proxy address, added a test to increase coverage and fixed code style.

Added a method to set SSL Key password and added some missing Doxygen headers.

Updated an info in README.md
Fixed code indentation to comply with Cpplint.

Moved PostFormInfo from Helpers to RestClient namespace.

Fixed PostFormInfo indentation.
@edwinpjacques edwinpjacques changed the title Embeddedmz Added a method to perform POST Form Upload Nov 1, 2020
@edwinpjacques
Copy link
Contributor Author

@embeddedmz your feedback is appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants