grpc-ecosystem/grpc-gateway

Support using FieldMasks with GET requests

开放

#698 创建于 2018年7月10日

 (10 条评论) (0 个反应) (0 位负责人)Go (2,250 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (16,971 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Some GET requests (e. g. search) benefit greatly from being able to distinguish between default (e. g. 0) and non-defined values, since searching by "name='John' && age = 0" is not the same as "name='John' && age = undefined". Since FieldMasks are a generally recommended approach for optional fields in gRPC, it would be super helpful if grpc-gateway would support that.

贡献者指南