You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/22 07:51:43 UTC

[GitHub] [apisix] jamesislebron edited a comment on issue #4614: Is there any plan to support routing by judging whether the header exists?

jamesislebron edited a comment on issue #4614:
URL: https://github.com/apache/apisix/issues/4614#issuecomment-884718979


   > @jamesislebron Try JSON `null`.
   > 
   > ```
   > "vars": [
   >         ["http_version", "!", "equal", null]
   >     ]
   > ```
   
   @tokers It seems that apisix can not support `null` param now.
   Meanwhile the `"!", "equal"` oprator may should be `~=` ? There is no op like `equal` in `https://github.com/api7/lua-resty-expr/blob/main/lib/resty/expr/v1.lua#L64-L139`.


-- 
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: notifications-unsubscribe@apisix.apache.org

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