From 9d05e53324935fe24c56bdd1cf89e182bc68686f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helmut=20H=C3=A4nsel?= Date: Sat, 12 Oct 2024 13:43:24 +0200 Subject: [PATCH] add details of ENV["STIPPLE_PRECOMPILE_REQUESTS"] to docstring --- src/Tools.jl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Tools.jl b/src/Tools.jl index 2ee14675..0f918d70 100644 --- a/src/Tools.jl +++ b/src/Tools.jl @@ -120,6 +120,10 @@ A macro that facilitates the precompilation process for Stipple-related code. The macro defines three local routines: `precompile_get`, `precompile_post`, and `precompile_request`. These routines can be used to send requests to the local server that is started during the precompilation process. + +The envrionment variable ENV["STIPPLE_PRECOMPILE_REQUESTS"] can be set to "false" to disable the +precompilation of HTTP.requests. The default value is "true". + # Example (see also end of Stipple.jl) ``` module MyApp