Versions in this module Expand all Collapse all v0 v0.1.0 Feb 19, 2020 Changes in this version + type Config struct + MaxBodySize int64 + type Executor func(request *Request) interface + type Factory func(http.ResponseWriter, *http.Request) interface + type File struct + File multipart.File + Filename string + Size int64 + type Handler struct + Client bool + Executor Executor + MaxBodySize int64 + func New(executor Executor, config *Config) *Handler + func (self *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) + type Request struct + Context context.Context + OperationName string + Query string + Variables map[string]interface{}