Documentation
¶
Index ¶
- func CommaDelimitedObject(fields []Field) string
- func DefaultParamStyle(p Param) string
- func NormalizeArrayValues(values []string) []string
- func ParamExplode(p Param) bool
- func SerializeCookieParam(p Param, value Value) ([]string, error)
- func SerializeHeaderParam(p Param, value Value) ([]string, error)
- func SerializePathParam(p Param, value Value) (string, error)
- func UnsupportedArrayStyleError(p Param) error
- type Field
- type Param
- type QueryParam
- type Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommaDelimitedObject ¶
func DefaultParamStyle ¶
func NormalizeArrayValues ¶
func ParamExplode ¶
Types ¶
type QueryParam ¶
func SerializeQueryParam ¶
func SerializeQueryParam(p Param, value Value) ([]QueryParam, error)
Click to show internal directories.
Click to hide internal directories.