MCPcopy Create free account
hub / github.com/dolanor/rip / FormEncoder

Struct FormEncoder

encoding/html/form.go:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53)
54
55type FormEncoder struct {
56 w io.Writer
57 pathPrefix string
58 config EncoderConfig
59}
60
61func NewFormEncoder(pathPrefix string, opts ...Option) func(w io.Writer) *FormEncoder {
62 cfg := EncoderConfig{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected