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

Refactor the CloneableRequestMessage #1004

Open
nozzlegear opened this issue Jan 29, 2024 · 0 comments
Open

Refactor the CloneableRequestMessage #1004

nozzlegear opened this issue Jan 29, 2024 · 0 comments
Assignees
Milestone

Comments

@nozzlegear
Copy link
Owner

nozzlegear commented Jan 29, 2024

I want to rework the whole concept of the CloneableRequestMessage. Rather than cloning the request message, we'll use a sort of HttpMessage object that has configuration data about the request but is not disposable and does not do the request itself. It's simply used to create the request. It will hold the data being sent to Shopify, along with the Http method used, the url, headers, and so on.

Related: #1001

@nozzlegear nozzlegear added this to the 7.0 milestone Jan 29, 2024
@nozzlegear nozzlegear self-assigned this Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant