Versions in this module Expand all Collapse all v1 v1.1.1 Aug 17, 2018 v1.1.0 Jul 5, 2018 Changes in this version + func ListenAndServe(addr string, h http.Handler) error + func NewRequest(ctx context.Context, e events.APIGatewayProxyRequest) (*http.Request, error) + func RequestContext(ctx context.Context) (events.APIGatewayProxyRequestContext, bool) + type ResponseWriter struct + func NewResponse() *ResponseWriter + func (w *ResponseWriter) CloseNotify() <-chan bool + func (w *ResponseWriter) End() events.APIGatewayProxyResponse + func (w *ResponseWriter) Header() http.Header + func (w *ResponseWriter) Write(b []byte) (int, error) + func (w *ResponseWriter) WriteHeader(status int)