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: restsharp/RestSharp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 109.0.1
Choose a base ref
...
head repository: restsharp/RestSharp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 110.0.0
Choose a head ref
  • 11 commits
  • 49 files changed
  • 1 contributor

Commits on Mar 13, 2023

  1. Configuration menu
    Copy the full SHA
    205d170 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    3a7178b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Update README.md

    alexeyzimarev authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    2261f46 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    alexeyzimarev authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    93ca86a View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Consider the boundary quotes request option value (#2020)

    * Consider the boundary quotes request option value
    
    * Set the boundary quote marks to true as it's the current default
    
    * Fixed the boundary quotes
    alexeyzimarev authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    d184961 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Make BuildUrl an extension (#2039)

    * Make BuildUrl an extension, add DefaultParameters to the interface, change the type to guard against concurrent updates.
    
    * Null value allowed for OAuth1Authenticator
    Serializers cache (fixes #1988)
    
    * Updated dependencies, added System.Text.Json to all targets (fixes #2033)
    
    * Update package version
    
    * Add sealed to Parameter.ToString() and also exposed GetRequestQuery extension (fixes #2035)
    
    * Quote OAuth parameter value
    
    * Fix the boundary quotation, was using the wrong option
    
    * One more place missed
    
    * Fix the accepted header null value
    alexeyzimarev authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    159c8a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Adding client-level cookie container and use it with the new way to a…

    …dd cookies to the request headers
    alexeyzimarev committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    1950a9c View commit details
    Browse the repository at this point in the history
  2. Addressing review

    alexeyzimarev committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    71e70a3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    c121623 View commit details
    Browse the repository at this point in the history
  2. Adding client-level cookie container (#2042)

    * Adding client-level cookie container and use it with the new way to add cookies to the request headers
    
    * Addressing review
    
    * Added more info about cookies and default parameters to the docs
    alexeyzimarev authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    4287eaf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    809f071 View commit details
    Browse the repository at this point in the history
Loading