Versions in this module Expand all Collapse all v1 v1.7.0 Jan 19, 2025 Changes in this version + func ABIContextFactory(instance common.WasmInstance) proxywasm.ContextHandler + type DefaultImportsHandler struct + Instance common.WasmInstance + func (d *DefaultImportsHandler) GetHttpCallResponseBody() common.IoBuffer + func (d *DefaultImportsHandler) GetHttpCallResponseHeaders() common.HeaderMap + func (d *DefaultImportsHandler) HttpCall(reqURL string, header common.HeaderMap, body common.IoBuffer, ...) (int32, proxywasm.WasmResult) + func (d *DefaultImportsHandler) Log(level proxywasm.LogLevel, msg string) proxywasm.WasmResult + func (d *DefaultImportsHandler) Wait() proxywasm.Action + type HeaderMapWrapper struct + func (h HeaderMapWrapper) ByteSize() uint64 + func (h HeaderMapWrapper) Clone() common.HeaderMap + func (h HeaderMapWrapper) Get(key string) (string, bool) + func (h HeaderMapWrapper) Range(f func(key, value string) bool)