Skip to content
This repository was archived by the owner on May 7, 2021. It is now read-only.

Guzzle#7

Open
rodolfobandeira wants to merge 4 commits intoShopify:masterfrom
rodolfobandeira:guzzle
Open

Guzzle#7
rodolfobandeira wants to merge 4 commits intoShopify:masterfrom
rodolfobandeira:guzzle

Conversation

@rodolfobandeira
Copy link
Copy Markdown
Contributor

Starts the effort to move from pure PHP CURL to Guzzle.

- Installs Guzzle latest version on Composer;
- Renamed CurlRequest and CurlResponse to just Request/Response;
- Changed all references to CurlRequest/Response to the reespective new name;

- Installs Guzzle latest version on Composer;
- Renamed CurlRequest and CurlResponse to just Request/Response;
- Changed all references to CurlRequest/Response to the reespective new
  name;
@rodolfobandeira
Copy link
Copy Markdown
Contributor Author

cc: @joshubrown

@joshubrown
Copy link
Copy Markdown
Contributor

Thanks again for this Rodolfo. I'd like to avoid including Guzzle until we use it in the library — would you be able to add more to this then ping me for review? Looks good so far!

@rodolfobandeira
Copy link
Copy Markdown
Contributor Author

I'll take a look @joshubrown
Thank you

@Lewiscowles1986
Copy link
Copy Markdown

The library should use psr7, if it does, then guzzle can be used as a drop-in. It's not right to enforce Guzzle any more than curl, even if we have and use both in our work.

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 this pull request may close these issues.

3 participants