I cannot see it here https://www.roc-lang.org/packages/basic-cli/Http
But I see it here https://github.com/roc-lang/basic-cli/blob/main/src/Http.roc
and here https://github.com/roc-lang/roc/blob/main/examples/cli/http-get.roc
Also there are links to https://www.roc-lang.org/packages/basic-cli/Documentation and https://www.roc-lang.org/builtins/Documentation but they give 404
Yeah, our automated checker reported the error yesterday, I'm working on resolving it
After a long roundabout search, I've found that the Http
module is simply no longer exposed.
@Richard Feldman can probably explain why that change was made
probably wasn't intentional, unless it was breaking docs generation maybe?
I recently changed docs to only be generated for exposed modules, and I may have made a mistake while messing around with basic-cli's exposes
:sweat_smile:
Last updated: Jul 05 2025 at 12:14 UTC