Jason Xu

Results 2 issues of Jason Xu

This change is the first step to maintain a global API id scheme, which can be in future used to aggregate all reliability related information in backend world. example output...

> func deserialize(ctx context.Context, data []byte, r interface{}) error { > serType := strings.TrimSpace(ContentTypeFromHeaders(ctx)) > if strings.Index(serType, ";") > -1 { > // patch 1: to prevent cases like "application/json;...