Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrResponseVersionNotSupported = errors.New("gateway[response]: version not supported")
)
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer implements the http.ResponseWriter interface in order to support the API Gateway Lambda HTTP "protocol".
func (*Writer) CloseNotify ¶
CloseNotify notify when the response is closed
Click to show internal directories.
Click to hide internal directories.