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

export createRequest method for extending the transport #390

Closed
wants to merge 2 commits into from
Closed

export createRequest method for extending the transport #390

wants to merge 2 commits into from

Conversation

koenpunt
Copy link
Contributor

To make even the most trivial adjustment to the request, like being able to dynamically specify the headers, you have to copy the full implementation of the transport class.

By exposing the createRequest method, this would be possible by simply extending the existing transport, and only override the createRequest method.

To make even the most trivial adjustment to the request, like being able to dynamically specify the headers, you have to copy the full implementation of the transport class.

By exposing the `createRequest` method, this would be possible by simply extending the existing transport, and only override the `createRequest` method.
@ghost ghost added the feature New addition or enhancement to existing solutions label Oct 18, 2018
@designatednerd
Copy link
Contributor

Hey @koenpunt - Thank you for doing this, and sorry for the long radio silence on our end!

Unfortunately since so much has changed since this PR was opened, I'm going to close this in favor of the work happening in #602 to implement this feature. Please feel free to chime in there if you have thoughts or questions, and open issues on anything you feel we may be leaving out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New addition or enhancement to existing solutions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants