dapr / java-sdk

Dapr SDK for Java
Apache License 2.0
262 stars 207 forks source link

Missing HttpExtensions PATCH support #1080

Open jjcollinge opened 4 months ago

jjcollinge commented 4 months ago

Expected Behavior

All http methods that can be provided to methods in the SDK are available on the utility method

Actual Behavior

HTTP Patch is missing.

Release Note

RELEASE NOTE: FIX Add missing HTTP Patch support in the HttpExtension class