JDK HTTP Client Streamable HTTP support#317
JDK HTTP Client Streamable HTTP support#317taobaorun wants to merge 3 commits intomodelcontextprotocol:mainmodelcontextprotocol/java-sdk:mainfrom taobaorun:feature/jdkhttpclient_streamabletaobaorun/java-sdk:feature/jdkhttpclient_streamableCopy head branch name to clipboard
Conversation
|
good job |
|
Duplicate of #337 |
|
@taobaorun Thank you for your contribution and effort on this feature! |
I've been waiting for this feature. Thank you. 🤝 |
Motivation and Context
JDK HTTP Client-based client transport for Streamable HTTP. Reference the WebClient Streamable HTTP implementation. #292
How Has This Been Tested?
Breaking Changes
The client initialization became lazy and more error-prone - connections happen upon first request and initialization is performed implicitly if it has not been issued before.
Types of changes
Checklist
Additional context
Related #310