Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name is form codec name
Name = "x-www-form-urlencoded"
)
Variables ¶
This section is empty.
Functions ¶
func DecodeValues ¶ added in v2.1.4
DecodeValues decode url value into proto message.
func EncodeField ¶ added in v2.1.1
func EncodeField(fieldDescriptor protoreflect.FieldDescriptor, value protoreflect.Value) (string, error)
EncodeField encode proto message filed
func EncodeFieldMask ¶ added in v2.4.0
func EncodeFieldMask(m protoreflect.Message) (query string)
EncodeFieldMask return field mask name=paths
func EncodeValues ¶ added in v2.1.4
EncodeValues encode a message into url values.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.