Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mrtazz/restclient-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mrtazz/restclient-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: embeddedmz
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 11 files changed
  • 2 contributors

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
Loading