Effect CommunityEC
Effect Community2y ago
8 replies
youcef

Understanding Scope in HTTP Package Requests

what's the purpose of scope in the http package? like why does something like this have a scope:
pipe(
  HttpClientRequest.get(`${BASE_URL}${path}`),
  HttpClient.fetch,
)
Was this page helpful?