-
Notifications
You must be signed in to change notification settings - Fork 102
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
Support for THttpClient Transport #370
Comments
No current plans, but that's only because we haven't had that need. I'm not opposed to it, but don't personally have the time or inclination to do the work myself. I'd be happy to help guide a PR. |
I will give it a try, but this may take some time, as I have to document on this in topic |
@benjamin-bader I'm also interested in seeing this happen (especially given the server-side thrift stuff that looks to be landing soon). Can you point me to the places that I should start looking to build the new transport? |
Most transports live in https://github.com/microsoft/thrifty/tree/master/thrifty-runtime/src/commonMain/kotlin/com/microsoft/thrifty/transport. For convenience you might start putting your code here, but I see a few issues to be resolved prior to merging:
|
I think this can be close now as it was added in #449 :) |
Done! |
Are there any plans to support the THttpClient from the original thrift implementation?
The text was updated successfully, but these errors were encountered: