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

Commits on Oct 31, 2020

  1. Added web proxy tunneling support.

    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
    embeddedmz authored and ejacques committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    07e33bf View commit details
    Browse the repository at this point in the history
  2. Added a method to perform a post form upload.

    Fixed code indentation to comply with Cpplint.
    
    Moved PostFormInfo from Helpers to RestClient namespace.
    
    Fixed PostFormInfo indentation.
    embeddedmz authored and ejacques committed Oct 31, 2020
    Configuration menu
    Copy the full SHA
    2b1a135 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8789b56 View commit details
    Browse the repository at this point in the history