Documentation
¶
Overview ¶
Package helpers provides utility functions for request body encoding, including MarshalForm for form-encoded request bodies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalForm ¶
MarshalForm marshals a struct into url.Values using the struct's json tags as field names. It handles nested structs, slices, pointers, and AdditionalProperties maps.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.