Versions in this module Expand all Collapse all v0 v0.0.2 Jan 19, 2018 Changes in this version + func NewMultipartFile(runtime *goja.Runtime, file multipart.File) *goja.Object v0.0.1 Dec 31, 2017 Changes in this version + func NewCookie(runtime *goja.Runtime, cookie *http.Cookie) *goja.Object + func NewHeader(runtime *goja.Runtime, header *http.Header) *goja.Object + func NewRequest(runtime *goja.Runtime, r *http.Request) *goja.Object + func NewResponse(runtime *goja.Runtime, w *http.ResponseWriter) *goja.Object