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

ENG-6200: Separate pure http handling into apiRequest #137

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

erickpintor
Copy link
Contributor

I'm extracting the portion of the code that builds an HTTP request into a base struct so that I can re-use this code build the streaming request. As side benefit, I'm caching URL parsing to avoid that cost on every request. All changed types are internal so, I expect no user impact.

@erickpintor erickpintor merged commit 9da0711 into streaming Apr 23, 2024
4 checks passed
@erickpintor erickpintor deleted the streaming-http branch April 23, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants