Quantcast
Channel: goa - Design First.
Viewing all articles
Browse latest Browse all 200

Article 87

$
0
0
form import "github.com/goadesign/goa/encoding/form" Overview Index Overview Package form provides a “application/x-www-form-encoding” encoder and decoder. It uses github.com/ajg/form for the actual implementation which can be used directly as well. The goal of this package is to raise awareness of the package above and its direct compatibility with goa. Index func NewDecoder(r io.Reader) goa.Decoder func NewEncoder(w io.Writer) goa.Encoder Package files encoding.go func NewDecoder func NewDecoder(r io.Reader) goa.Decoder NewDecoder returns a form decoder that reads from r.

Viewing all articles
Browse latest Browse all 200