You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/11/01 01:17:09 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #2629: not allow complex type for header parameter

liubao68 commented on issue #2629:
URL: https://github.com/apache/servicecomb-java-chassis/issues/2629#issuecomment-955842299


   servicecomb不支持这样的用法,接口参数需要满足swagger定义要求,不能使用“不确定”的参数信息。 
   你可以考虑使用 `HttpServerFilter`, 将HTTP的headers编码后存储到 `InvocationContext` 里面, 然后从  `InvocationContext`  读取所有 header。 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org