github.com/goadesign/goa/encoding/form


form

import "github.com/goadesign/goa/encoding/form"

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

Package files

encoding.go

func NewDecoder

func NewDecoder(r io.Reader) goa.Decoder

NewDecoder returns a form decoder that reads from r.

func NewEncoder

func NewEncoder(w io.Writer) goa.Encoder

NewEncoder returns a form encoder that writes to w.


Generated by godoc2md