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

[4.x] Add a default cURL HTTP client #1589

Merged
merged 22 commits into from
Oct 18, 2023
Merged

[4.x] Add a default cURL HTTP client #1589

merged 22 commits into from
Oct 18, 2023

Commits on Sep 20, 2023

  1. Add a default cURL HTTP client

    Fix PHP 7.2 - 7.3 tests
    
    Fix CS
    
    Remove .relay folder
    cleptric committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    fa5145d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    aa2c5d2 View commit details
    Browse the repository at this point in the history
  2. Add tests for new options

    cleptric committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    6d81fc0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dec5282 View commit details
    Browse the repository at this point in the history
  4. Fix $$

    cleptric committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4c6ea44 View commit details
    Browse the repository at this point in the history
  5. Add argument doc

    cleptric committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    22c9409 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Configuration menu
    Copy the full SHA
    8c601ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3561fc View commit details
    Browse the repository at this point in the history
  3. Mark Result as final

    cleptric committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    fd39f7e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Cleanup HttpClient

    cleptric committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    fd4f85b View commit details
    Browse the repository at this point in the history
  2. Clean up Response

    cleptric committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    b60d22c View commit details
    Browse the repository at this point in the history
  3. Add HttpTransport test

    cleptric committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5b475dc View commit details
    Browse the repository at this point in the history
  4. CS

    cleptric committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    859b789 View commit details
    Browse the repository at this point in the history
  5. Improve header parsing

    cleptric committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e1c176b View commit details
    Browse the repository at this point in the history
  6. Add more ClientBuilder tests

    cleptric committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    40be49e View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    6731f38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2f5594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9b3a2d View commit details
    Browse the repository at this point in the history
  4. CS

    cleptric committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    cb00c86 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    681bee0 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    cleptric committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    51a5b58 View commit details
    Browse the repository at this point in the history