Commit 1ce83710 authored by Geoff Simmons's avatar Geoff Simmons

restore the prototype doc for the object constructor, because the

vmodtool doesn't generate them automatically (at least not up to
Varnish 4.1)
parent 47595927
Pipeline #30 skipped
......@@ -265,6 +265,10 @@ $Object blob(ENUM {IDENTITY, BASE64, BASE64URL, BASE64URLNOPAD, HEX,
URL} decoding="IDENTITY",
STRING_LIST encoded)
Prototype::
new OBJ = blobcode.blob(ENUM decoding, STRING_LIST encoded)
Creates an object that contains the BLOB derived from the string
``encoded`` according to the scheme ``decoding``.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment