Skip to content

Commit

Permalink
add details of ENV["STIPPLE_PRECOMPILE_REQUESTS"] to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel committed Oct 12, 2024
1 parent 07fc209 commit 9d05e53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Tools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d05e53

Please sign in to comment.