web_response->includeLibrary
Includes a library file.
Target
Signature
1web_response->includeLibrary(path::string)Includes a library file.
web_response->includeLibrary is called with member syntax on a receiver value. web_response->includeLibrary belongs at the request or response boundary. Treat visitor input as untrusted, validate before use, and encode values before writing them into HTML.
Parameters
path- Required value of type
string. Supplypathpositionally unless the signature shows a keyword form.
Examples
Basic call
1web_response->includeLibrary('/lib/methods.lasso')The example belongs near a request or response boundary; validate visitor input before trusting it.