Azure / azure-functions-java-worker

Java runtime and core types for Microsoft Azure Functions
MIT License
87 stars 54 forks source link

Add support for application/x-protobuf content type #738

Open kamperiadis opened 11 months ago

kamperiadis commented 11 months ago

Currently, customers have no way of handling HTTP requests with content type set to application/x-protobuf. So far, I have only seen one customer asking for this. We might want to consider adding support in the future.