Versions in this module Expand all Collapse all v0 v0.1.0 May 31, 2024 Changes in this version + func BodyFromMap[K comparable, V any](m map[K]V, opts ...func(Options)) (string, []byte, error) + func Boundary(s string) func(Options) + func TransformMap[K comparable, V any](fn func(K, V) (string, string, []byte, error)) func(Options) + type Options interface