diff --git a/dev/client/index.html b/dev/client/index.html index 8c8fb20d1..e63a602cf 100644 --- a/dev/client/index.html +++ b/dev/client/index.html @@ -43,4 +43,4 @@ HTTP.pushlayer!(Auth.auth_layer) # Now can use normal HTTP.jl methods and auth_layer will be included -HTTP.get(url; authcreds=creds)
For more ideas or examples on how client-side layers work, it can be useful to see how HTTP.request
is built on layers internally, in the /src/clientlayers
source code directory.
Settings
This document was generated with Documenter.jl version 0.27.25 on Monday 18 September 2023. Using Julia version 1.9.3.