Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

get exception when Guzzle 6.3 is using in project #20

Open
adocwang opened this issue Oct 16, 2019 · 1 comment
Open

get exception when Guzzle 6.3 is using in project #20

adocwang opened this issue Oct 16, 2019 · 1 comment

Comments

@adocwang
Copy link

Passing in the "body" request option as an array to send a POST request has been deprecated. Please use the "form_params" request option to send a application/x-www-form-urlencoded request, or the "multipart" request option to send a multipart/form-data request.

@adocwang
Copy link
Author

This is error shows up when Guzzle is over 6.3.
Just replace "body" to "form_params" in line 40 of GuzzleAsyncRunner can solve this problem.

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

Successfully merging a pull request may close this issue.

1 participant