Module web_extensions

Module web_extensions 

Source
Expand description

Host interface extensions for Web Functions

These interfaces don’t do anything on other kinds of Functions.

Functions§

headers
Returns the headers for the web function, if any are present. This consumes the headers and takes ownership of the value; multiple calls after will always yield None.
token_metadata
Returns the metadata within the caller’s token, if present. This consumes the metadata and takes ownership of the value; multiple calls after will always yield None.